linux-omap 2.6.39: sync with meta-texasinstruments
[openembedded.git] / recipes / bison / bison.inc
blobd446b89f1a4da2a6c053109def4158a4a032d836
1 DESCRIPTION = "GNU Project parser generator (yacc replacement)."
2 HOMEPAGE = "http://www.gnu.org/software/bison/"
3 LICENSE = "GPLv2+"
4 SECTION = "devel"
5 PRIORITY = "optional"
6 DEPENDS = "virtual/libintl flex-native"
8 SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
9            file://m4.patch \
10            file://uclibc-sched_param-def.patch \
11            "
13 INC_PR = "r9"
15 inherit autotools gettext
17 NATIVE_INSTALL_WORKS = "1"
18 BBCLASSEXTEND = "native"
19 PSTAGING_DISABLED_virtclass-native = "1"