aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bison/bison_2.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/bison/bison_2.3.bb')
-rw-r--r--recipes/bison/bison_2.3.bb14
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"
-