[oe] [PATCH] bison: add flex dependency

Jason Kridner jkridner at beagleboard.org
Mon Aug 16 21:26:12 UTC 2010


It seems that bison was missing this dependency.  I'm not 100% certain this
is the right way to add it, so I'm leaving off my signed-off-by in hopes that
someone will ack this who really knows.

---
 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..d32f454 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 virtual/flex"
 
 SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \
 	   file://m4.patch"
 
-INC_PR = "r7"
+INC_PR = "r8"
 
 inherit autotools gettext
 
-- 
1.5.6.4





More information about the Openembedded-devel mailing list