bison.inc: add dependency on flex-native
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 18 Aug 2010 06:24:55 +0000 (08:24 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 18 Aug 2010 06:25:26 +0000 (08:25 +0200)
needed when building (as discovered by jkridner)

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/bison/bison.inc

index 22672e2..3441bcf 100644 (file)
@@ -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