abiword: add 2.8.3
[openembedded.git] / recipes / bison / bison.inc
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 DEPENDS = "gettext"
7
8 SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
9            file://m4.patch;patch=1"
10
11 INCPR = "r4"
12
13 inherit autotools
14
15 NATIVE_INSTALL_WORKS = "1"
16 BBCLASSEXTEND = "native"