summaryrefslogtreecommitdiff
path: root/recipes/bison/bison.inc
blob: ba33102a549294be298f92b5fe61a5409f28e705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "GNU Project parser generator (yacc replacement)."
HOMEPAGE = "http://www.gnu.org/software/bison/"
LICENSE = "GPL"
SECTION = "devel"
PRIORITY = "optional"
DEPENDS = "virtual/libintl"

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

INC_PR = "r6"

inherit autotools gettext

NATIVE_INSTALL_WORKS = "1"
BBCLASSEXTEND = "native"