[oe-commits] Michael 'Mickey' Lauer : libgee 0.6.0: all versions depend on gobject-introspection now

git version control git at git.openembedded.org
Thu Oct 7 20:47:21 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 72c2ac940065948cb688fde821e51efac6b71b4b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=72c2ac940065948cb688fde821e51efac6b71b4b

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Oct  7 22:46:10 2010 +0200

libgee 0.6.0: all versions depend on gobject-introspection now

---

 recipes/libgee/libgee_0.6.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/libgee/libgee_0.6.0.bb b/recipes/libgee/libgee_0.6.0.bb
index 2718043..e499ed4 100644
--- a/recipes/libgee/libgee_0.6.0.bb
+++ b/recipes/libgee/libgee_0.6.0.bb
@@ -1,7 +1,7 @@
 require libgee.inc
-DEPENDS_virtclass-native = "gobject-introspection-native"
+DEPENDS = "gobject-introspection-native"
 PE = "1"
-PR = "r1"
+PR = "r2"
 
 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