[oe-commits] Frans Meulenbroeks : bison.inc: add dependency on flex-native

git version control git at git.openembedded.org
Wed Aug 18 06:24:15 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0479b70418ef553859029911c57c63a7aaebe299
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0479b70418ef553859029911c57c63a7aaebe299

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Wed Aug 18 08:24:55 2010 +0200

bison.inc: add dependency on flex-native

needed when building (as discovered by jkridner)

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

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

diff --git a/recipes/bison/bison.inc b/recipes/bison/bison.inc
index 22672e2..3441bcf 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
 





More information about the Openembedded-commits mailing list