From: Koen Kooi Date: Tue, 2 Mar 2010 18:05:33 +0000 (+0100) Subject: bison.inc: attempt to create proper file.inc that got missing in the earlier bison... X-Git-Tag: Release-2010-05/1~489^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b540bf35250b048ce072db61422df5f315e87e31;p=openembedded.git bison.inc: attempt to create proper file.inc that got missing in the earlier bison commit --- 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"