summaryrefslogtreecommitdiffstats
path: root/meta/packages/bison/bison_2.3.bb
blob: 2f351f81c378c267b9699dbe7568abd7e72916df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "GNU Project parser generator (yacc replacement)."
HOMEPAGE = "http://www.gnu.org/software/bison/"
LICENSE = "GPL"
SECTION = "devel"
PRIORITY = "optional"
DEPENDS = "gettext"

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

PR = "r3"

inherit autotools

BBCLASSEXTEND = "native"