aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-10-24 16:56:18 +0200
committerKoen Kooi <koen@openembedded.org>2009-10-27 08:57:29 +0100
commitf5d9adcea828a16355725da158bf6ee894596cfc (patch)
tree327ce9dffc60bc42bcc26bfc5d2130b0ba2fc0df
parent9c4fbd1f708b7564f7dad5fddb27e443bee5b712 (diff)
downloadopenembedded-f5d9adcea828a16355725da158bf6ee894596cfc.tar.gz
bison: put liby.a in ${PN}
Phil Blundell said: >> 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.
-rw-r--r--recipes/bison/bison_2.3.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/bison/bison_2.3.bb b/recipes/bison/bison_2.3.bb
index edf549f442..729756b0fd 100644
--- a/recipes/bison/bison_2.3.bb
+++ b/recipes/bison/bison_2.3.bb
@@ -4,7 +4,17 @@ LICENSE = "GPL"
SECTION = "devel"
PRIORITY = "optional"
+PR = "r1"
+
SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
file://m4.patch;patch=1"
inherit autotools
+
+# >> 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"
+