aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bison/bison.inc
blob: d446b89f1a4da2a6c053109def4158a4a032d836 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "GNU Project parser generator (yacc replacement)."
HOMEPAGE = "http://www.gnu.org/software/bison/"
LICENSE = "GPLv2+"
SECTION = "devel"
PRIORITY = "optional"
DEPENDS = "virtual/libintl flex-native"

SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
	   file://m4.patch \
	   file://uclibc-sched_param-def.patch \
	   "

INC_PR = "r9"

inherit autotools gettext

NATIVE_INSTALL_WORKS = "1"
BBCLASSEXTEND = "native"
PSTAGING_DISABLED_virtclass-native = "1"