[oe-commits] Martin Jansa : libgee_0.6.0: add gobject-introspection-native also to DEPENDS_virtclass-native, because DEPENDS handling in native(sdk).bbclass is broken now

git version control git at git.openembedded.org
Tue Oct 26 11:39:01 UTC 2010


Module: openembedded.git
Branch: master
Commit: 3cd16a427e04481015dcb4c4b90150edc6e70476
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3cd16a427e04481015dcb4c4b90150edc6e70476

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Oct 26 13:27:32 2010 +0200

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 at gmail.com>

---

 recipes/libgee/libgee_0.6.0.bb |    1 +
 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 dce04f5..4e305b6 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}"





More information about the Openembedded-commits mailing list