From 0479b70418ef553859029911c57c63a7aaebe299 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Wed, 18 Aug 2010 08:24:55 +0200 Subject: bison.inc: add dependency on flex-native needed when building (as discovered by jkridner) Signed-off-by: Frans Meulenbroeks --- recipes/bison/bison.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/bison/bison.inc') 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 -- cgit 1.2.3-korg