From: Chris Larson Date: Wed, 24 Nov 2010 00:13:09 +0000 (-0500) Subject: gobject-introspection: add missing dep on bison-native X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7587135e2613312276259a0ed188f1448aecd23f;p=openembedded.git gobject-introspection: add missing dep on bison-native Signed-off-by: Chris Larson --- diff --git a/recipes/gobject-introspection/gobject-introspection_0.9.10.bb b/recipes/gobject-introspection/gobject-introspection_0.9.10.bb index 72836d56ca..2f48bc0aa2 100644 --- a/recipes/gobject-introspection/gobject-introspection_0.9.10.bb +++ b/recipes/gobject-introspection/gobject-introspection_0.9.10.bb @@ -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"