diff options
author | Stanislav Brabec <utx@penguin.cz> | 2008-09-03 12:44:53 +0000 |
---|---|---|
committer | Stanislav Brabec <utx@penguin.cz> | 2008-09-03 12:44:53 +0000 |
commit | e6d60a638dbeeff8d57561a31d6a6bc0c0c729ea (patch) | |
tree | 31c79b3b29ad7b803d82f1a5f865caaaed4f7585 /packages/bison/bison_2.3.bb | |
parent | a91d36ab71dc62c24699a04ae807b9314e127522 (diff) |
bison updated to version 2.3:
* required for the latest webkit-gtk (2.0 generates bad code)
* version 2.0 kept, as it is listed in preferred-om-2008-versions.inc.
Diffstat (limited to 'packages/bison/bison_2.3.bb')
-rw-r--r-- | packages/bison/bison_2.3.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/bison/bison_2.3.bb b/packages/bison/bison_2.3.bb new file mode 100644 index 0000000000..edf549f442 --- /dev/null +++ b/packages/bison/bison_2.3.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "GNU Project parser generator (yacc replacement)." +HOMEPAGE = "http://www.gnu.org/software/bison/" +LICENSE = "GPL" +SECTION = "devel" +PRIORITY = "optional" + +SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ + file://m4.patch;patch=1" + +inherit autotools |