[poky] [PATCH 1/1] gobject-introspection: fix DEPENDS

Joshua Lock josh at linux.intel.com
Wed Feb 2 04:58:37 PST 2011


From: Joshua Lock <josh at linux.intel.com>

We need flex and bison to build gobject-introspection

Signed-off-by: Joshua Lock <josh at linux.intel.com>
---
 .../gnome/gobject-introspection_git.bb             |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-gnome/gnome/gobject-introspection_git.bb b/meta/recipes-gnome/gnome/gobject-introspection_git.bb
index 49c0ed8..17a42a9 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
 
-- 
1.7.3.5




More information about the poky mailing list