[oe-commits] Koen Kooi : bison.inc: attempt to create proper file. inc that got missing in the earlier bison commit

git version control git at git.openembedded.org
Thu Mar 4 10:36:44 UTC 2010


Module: openembedded.git
Branch: shr/testing2010
Commit: b540bf35250b048ce072db61422df5f315e87e31
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b540bf35250b048ce072db61422df5f315e87e31

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Mar  2 19:05:33 2010 +0100

bison.inc: attempt to create proper file.inc that got missing in the earlier bison commit

---

 recipes/bison/bison.inc |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/recipes/bison/bison.inc b/recipes/bison/bison.inc
new file mode 100644
index 0000000..c35322e
--- /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"





More information about the Openembedded-commits mailing list