aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bison
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-02 19:05:33 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-02 19:05:33 +0100
commitb540bf35250b048ce072db61422df5f315e87e31 (patch)
treeb9b8fad91cde40a429e02b7bd4553bfaefadf447 /recipes/bison
parentaadaa1b0bfe8503e77b9ff55ac6405afbb4f1cce (diff)
downloadopenembedded-b540bf35250b048ce072db61422df5f315e87e31.tar.gz
bison.inc: attempt to create proper file.inc that got missing in the earlier bison commit
Diffstat (limited to 'recipes/bison')
-rw-r--r--recipes/bison/bison.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/bison/bison.inc b/recipes/bison/bison.inc
new file mode 100644
index 0000000000..c35322e405
--- /dev/null
+++ b/recipes/bison/bison.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "GNU Project parser generator (yacc replacement)."
+HOMEPAGE = "http://www.gnu.org/software/bison/"
+LICENSE = "GPL"
+SECTION = "devel"
+PRIORITY = "optional"
+DEPENDS = "gettext"
+
+SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
+ file://m4.patch;patch=1"
+
+INC_PR = "r0"
+
+inherit autotools
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"