diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-01 15:44:43 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2010-03-02 18:19:18 +0100 |
commit | eaa2d77d79d81ceeac9b82f0c98ad86882821f80 (patch) | |
tree | 92740a3968ec7557b0779c4e5b73e94c2221a0b0 /recipes/bison/bison_2.3.bb | |
parent | f8b1ae61d0887f91e762899bef83b0329dd46990 (diff) |
bison: merged Poky changes (BBEXTENDCLASS + new staging)
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Diffstat (limited to 'recipes/bison/bison_2.3.bb')
-rw-r--r-- | recipes/bison/bison_2.3.bb | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/recipes/bison/bison_2.3.bb b/recipes/bison/bison_2.3.bb index 729756b0fd..fda9b160a9 100644 --- a/recipes/bison/bison_2.3.bb +++ b/recipes/bison/bison_2.3.bb @@ -1,15 +1,6 @@ -DESCRIPTION = "GNU Project parser generator (yacc replacement)." -HOMEPAGE = "http://www.gnu.org/software/bison/" -LICENSE = "GPL" -SECTION = "devel" -PRIORITY = "optional" +require bison.inc -PR = "r1" - -SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ - file://m4.patch;patch=1" - -inherit autotools +PR = "${INCPR}.0" # >> bison-2.3-r0: /usr/lib/liby.a # That one is a special case: it wants to stay in the main bison package, @@ -17,4 +8,3 @@ inherit autotools # static-only library; that might be an error. FILES_${PN} += "${libdir}/liby.a" - |