aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-10-26 13:27:32 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-10-26 13:33:30 +0200
commit3cd16a427e04481015dcb4c4b90150edc6e70476 (patch)
treed3172af5180cec3624bb29844b2e8f6b1d18aa50 /recipes/libgee
parent92b407d9e16963f749b62706c31054a330dae06f (diff)
downloadopenembedded-3cd16a427e04481015dcb4c4b90150edc6e70476.tar.gz
libgee_0.6.0: add gobject-introspection-native also to DEPENDS_virtclass-native, because DEPENDS handling in native(sdk).bbclass is broken now
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/libgee')
-rw-r--r--recipes/libgee/libgee_0.6.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libgee/libgee_0.6.0.bb b/recipes/libgee/libgee_0.6.0.bb
index dce04f5283..4e305b6049 100644
--- a/recipes/libgee/libgee_0.6.0.bb
+++ b/recipes/libgee/libgee_0.6.0.bb
@@ -3,6 +3,7 @@ PE = "1"
PR = "${INC_PR}.1"
#autoreconf needs introspection.m4 (staged by gobject-introspection-native) after http://git.gnome.org/browse/libgee/commit/?id=d026a29b38ca1a3388981c6e75a92602212373d8
DEPENDS += "gobject-introspection-native"
+DEPENDS_virtclass-native += "gobject-introspection-native"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${BPN}-${PV}.tar.bz2"
S = "${WORKDIR}/${BPN}-${PV}"