aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bison/bison_2.4.3.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-01-05 16:12:30 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-01-05 16:32:09 +0100
commit61b3a0cd21ff9dbfa35a30991fbdce8ff593e395 (patch)
treea9ac4f71925cdcc013122b8fec707d44bc0f3e5d /recipes/bison/bison_2.4.3.bb
parentb117b871f48013dc571d5ff02235382dc31f5372 (diff)
downloadopenembedded-61b3a0cd21ff9dbfa35a30991fbdce8ff593e395.tar.gz
bison: add 2.4.3 version needed for libnl2-2.0 to build ok
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/bison/bison_2.4.3.bb')
-rw-r--r--recipes/bison/bison_2.4.3.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/bison/bison_2.4.3.bb b/recipes/bison/bison_2.4.3.bb
new file mode 100644
index 0000000000..907b1dbfd5
--- /dev/null
+++ b/recipes/bison/bison_2.4.3.bb
@@ -0,0 +1,15 @@
+require bison.inc
+
+PR = "${INC_PR}.0"
+
+#SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz"
+
+# >> bison-2.3-r0: /usr/lib/liby.a
+# That one is a special case: it wants to stay in the main bison package,
+# since bison itself is a development tool. I'm not sure why it is a
+# static-only library; that might be an error.
+
+FILES_${PN} += "${libdir}/liby.a"
+
+SRC_URI[md5sum] = "ea45c778b36bdc7a720096819e292a73"
+SRC_URI[sha256sum] = "6b17be5e63ff6667c83f6ef0423befe0ba23d4bc554c4c33b02ce5bb65179b16"