increase dvbapp PR.
[vuplus_openembedded] / recipes / bison / bison_2.3.bb
1 DESCRIPTION = "GNU Project parser generator (yacc replacement)."
2 HOMEPAGE = "http://www.gnu.org/software/bison/"
3 LICENSE = "GPL"
4 SECTION = "devel"
5 PRIORITY = "optional"
6
7 PR = "r1"
8
9 SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
10            file://m4.patch;patch=1"
11
12 inherit autotools
13
14 # >> bison-2.3-r0: /usr/lib/liby.a
15 # That one is a special case: it wants to stay in the main bison package,
16 # since bison itself is a development tool.  I'm not sure why it is a
17 # static-only library; that might be an error.
18
19 FILES_${PN} += "${libdir}/liby.a"
20