gobject-introspection: add missing dep on bison-native
authorChris Larson <chris_larson@mentor.com>
Wed, 24 Nov 2010 00:13:09 +0000 (19:13 -0500)
committerChris Larson <chris_larson@mentor.com>
Wed, 24 Nov 2010 00:13:09 +0000 (19:13 -0500)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
recipes/gobject-introspection/gobject-introspection_0.9.10.bb

index 72836d5..2f48bc0 100644 (file)
@@ -1,8 +1,7 @@
 # NOTE: WIP! This recipe does not cross-compile atm., only -native
 SECTION = "libs"
-DEPENDS = "glib-2.0 libffi"
+DEPENDS = "glib-2.0 libffi bison-native"
 BBCLASSEXTEND = "native"
-DEPENDS_virtclass-native = "glib-2.0-native libffi-native"
 LICENSE = "LGPL"
 PR = "r1"