From: Frans Meulenbroeks Date: Wed, 18 Aug 2010 06:24:55 +0000 (+0200) Subject: bison.inc: add dependency on flex-native X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0479b70418ef553859029911c57c63a7aaebe299;p=openembedded.git bison.inc: add dependency on flex-native needed when building (as discovered by jkridner) Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/bison/bison.inc b/recipes/bison/bison.inc index 22672e24a8..3441bcf3cf 100644 --- a/recipes/bison/bison.inc +++ b/recipes/bison/bison.inc @@ -3,12 +3,12 @@ HOMEPAGE = "http://www.gnu.org/software/bison/" LICENSE = "GPL" SECTION = "devel" PRIORITY = "optional" -DEPENDS = "virtual/libintl" +DEPENDS = "virtual/libintl flex-native" SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ file://m4.patch" -INC_PR = "r7" +INC_PR = "r8" inherit autotools gettext