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 | poky-acfef9301e6cbb489c8b686b682335f0930728a9.tar.gz |
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" | |||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | DEPENDS = "libffi python-native gobject-introspection-native" | 16 | DEPENDS = "libffi python-native gobject-introspection-native" |
17 | DEPENDS_virtclass-native = "libffi-native python-native" | 17 | DEPENDS_virtclass-native = "libffi-native python-native bison-native flex-native" |
18 | 18 | ||
19 | inherit autotools | 19 | inherit autotools |
20 | 20 | ||