From: Michael 'Mickey' Lauer Date: Thu, 7 Oct 2010 20:46:10 +0000 (+0200) Subject: libgee 0.6.0: all versions depend on gobject-introspection now X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72c2ac940065948cb688fde821e51efac6b71b4b;p=openembedded.git libgee 0.6.0: all versions depend on gobject-introspection now --- diff --git a/recipes/libgee/libgee_0.6.0.bb b/recipes/libgee/libgee_0.6.0.bb index 2718043b89..e499ed4b45 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}"