summaryrefslogtreecommitdiff
path: root/meta/packages/bison/bison_2.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-03-18 20:58:34 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-03-18 20:58:34 +0000
commit61423e1a796fdad960620a640fe1ce3af8503234 (patch)
tree1ec597d369a3f8144c216c416df663fad0e16eed /meta/packages/bison/bison_2.3.bb
parent1eb093938bd5c24ba5ddd2851e96e120d1d97355 (diff)
downloadopenembedded-core-61423e1a796fdad960620a640fe1ce3af8503234.tar.gz
openembedded-core-61423e1a796fdad960620a640fe1ce3af8503234.tar.bz2
openembedded-core-61423e1a796fdad960620a640fe1ce3af8503234.tar.xz
openembedded-core-61423e1a796fdad960620a640fe1ce3af8503234.zip
bison: 2.0 -> 2.3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/bison/bison_2.3.bb')
-rw-r--r--meta/packages/bison/bison_2.3.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/bison/bison_2.3.bb b/meta/packages/bison/bison_2.3.bb
new file mode 100644
index 000000000..2f351f81c
--- /dev/null
+++ b/meta/packages/bison/bison_2.3.bb
@@ -0,0 +1,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"