diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-10-27 16:39:20 +0100 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-10-27 16:39:20 +0100 |
commit | c9621cc1a42a7cd06529791922dd68d07d46b9de (patch) | |
tree | f53a4344f94c0554a327481870e7e4432280f49a /recipes/bison | |
parent | 247688aaac7b4f57740a327ebd6c33660642fa98 (diff) | |
parent | 5642836ea59a6bff972b1c921d4df89e63eb5db3 (diff) |
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/bison')
-rw-r--r-- | 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 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" + |