From acfef9301e6cbb489c8b686b682335f0930728a9 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Wed, 2 Feb 2011 12:58:37 +0000 Subject: gobject-introspection: fix DEPENDS We need flex and bison to build gobject-introspection Signed-off-by: Joshua Lock Signed-off-by: Saul Wold --- meta/recipes-gnome/gnome/gobject-introspection_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-gnome') 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 -- cgit v1.2.3-54-g00ecf