aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/libgee/libgee_0.6.0.bb4
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 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}"