[oe-commits] Jason Kridner : libidl-native: add dependency on bison-native

git version control git at git.openembedded.org
Thu Aug 19 23:47:04 UTC 2010


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

Author: Jason Kridner <jkridner at beagleboard.org>
Date:   Wed Aug 18 03:26:03 2010 +0000

libidl-native: add dependency on bison-native

bison-native now depends on flex-native, so we should be good there.

The error that would show up without bison:
checking for bison... no
checking for byacc... no
checking for yacc... no
configure: error: yacc is not usable as yacc - consider using bison

Signed-off-by: Jason Kridner <jkridner at beagleboard.org>
Signed-off-by: Denys Dmytriyenko <denis at denix.org>

---

 recipes/libidl/libidl-native_0.8.13.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/libidl/libidl-native_0.8.13.bb b/recipes/libidl/libidl-native_0.8.13.bb
index 49860a0..834f4af 100644
--- a/recipes/libidl/libidl-native_0.8.13.bb
+++ b/recipes/libidl/libidl-native_0.8.13.bb
@@ -2,7 +2,9 @@ SECTION = "libs"
 require libidl_${PV}.bb
 inherit native
 
-DEPENDS = "flex-native glib-2.0-native"
+PR = "r1"
+
+DEPENDS = "bison-native glib-2.0-native"
 
 SRC_URI[md5sum] = "b43b289a859eb38a710f70622c46e571"
 SRC_URI[sha256sum] = "bccc7e10dae979518ff012f8464e47ec4b3558a5456a94c8679653aa0b262b71"





More information about the Openembedded-commits mailing list