libidl-native: add dependency on bison-native
authorJason Kridner <jkridner@beagleboard.org>
Wed, 18 Aug 2010 03:26:03 +0000 (03:26 +0000)
committerDenys Dmytriyenko <denis@denix.org>
Thu, 19 Aug 2010 23:46:48 +0000 (19:46 -0400)
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@beagleboard.org>
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
recipes/libidl/libidl-native_0.8.13.bb

index 49860a0..834f4af 100644 (file)
@@ -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"