From: Joshua Lock Date: Wed, 2 Feb 2011 12:58:37 +0000 (+0000) Subject: gobject-introspection: fix DEPENDS X-Git-Tag: 2011-1~2523 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=acfef9301e6cbb489c8b686b682335f0930728a9;p=openembedded-core.git gobject-introspection: fix DEPENDS We need flex and bison to build gobject-introspection Signed-off-by: Joshua Lock Signed-off-by: Saul Wold --- diff --git a/meta/recipes-gnome/gnome/gobject-introspection_git.bb b/meta/recipes-gnome/gnome/gobject-introspection_git.bb index 49c0ed8970..17a42a9a59 100644 --- a/meta/recipes-gnome/gnome/gobject-introspection_git.bb +++ b/meta/recipes-gnome/gnome/gobject-introspection_git.bb @@ -14,7 +14,7 @@ PR = "r3" S = "${WORKDIR}/git" DEPENDS = "libffi python-native gobject-introspection-native" -DEPENDS_virtclass-native = "libffi-native python-native" +DEPENDS_virtclass-native = "libffi-native python-native bison-native flex-native" inherit autotools