diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-02-02 12:58:37 +0000 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-03 08:49:21 -0800 |
commit | acfef9301e6cbb489c8b686b682335f0930728a9 (patch) | |
tree | 2354c9a800d97a93d2d5fc25e3071ee0f648030d /meta/recipes-gnome/gnome | |
parent | dc9f4dea969f61592908df8bc547c9f5f2e6f0f0 (diff) | |
download | openembedded-core-acfef9301e6cbb489c8b686b682335f0930728a9.tar.gz openembedded-core-acfef9301e6cbb489c8b686b682335f0930728a9.tar.bz2 openembedded-core-acfef9301e6cbb489c8b686b682335f0930728a9.zip |
gobject-introspection: fix DEPENDS
We need flex and bison to build gobject-introspection
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/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 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 |