[oe-commits] Koen Kooi : bison: put liby.a in ${PN}

git version control git at git.openembedded.org
Mon Oct 26 08:14:22 UTC 2009


Module: openembedded.git
Branch: koen/static-libs-rework
Commit: f6e6b0d59ef1d3ec203749922e758491a5ff035d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f6e6b0d59ef1d3ec203749922e758491a5ff035d

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Oct 24 16:56:18 2009 +0200

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.

---

 recipes/bison/bison_2.3.bb |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/recipes/bison/bison_2.3.bb b/recipes/bison/bison_2.3.bb
index edf549f..729756b 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"
+





More information about the Openembedded-commits mailing list