summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/distro/include/fso-autorev.inc4
-rw-r--r--recipes/libgee/libgee_git.bb7
2 files changed, 5 insertions, 6 deletions
diff --git a/conf/distro/include/fso-autorev.inc b/conf/distro/include/fso-autorev.inc
index 7ad4841cf1..89a871b457 100644
--- a/conf/distro/include/fso-autorev.inc
+++ b/conf/distro/include/fso-autorev.inc
@@ -18,8 +18,8 @@ SRCREV_pn-libascenario = "${AUTOREV}"
SRCREV_pn-libeflvala = "${AUTOREV}"
SRCREV_pn-libframeworkd-glib = "${AUTOREV}"
SRCREV_pn-libfso-glib = "${AUTOREV}"
-SRCREV_pn-libgee-native = "${AUTOREV}"
-SRCREV_pn-libgee = "${AUTOREV}"
+# SRCREV_pn-libgee-native = "${AUTOREV}"
+# SRCREV_pn-libgee = "${AUTOREV}"
SRCREV_pn-libgsm0710 = "${AUTOREV}"
SRCREV_pn-libmsmcomm = "${AUTOREV}"
SRCREV_pn-libpersistence = "${AUTOREV}"
diff --git a/recipes/libgee/libgee_git.bb b/recipes/libgee/libgee_git.bb
index 83d156d649..52405ee41d 100644
--- a/recipes/libgee/libgee_git.bb
+++ b/recipes/libgee/libgee_git.bb
@@ -3,10 +3,11 @@ and classes for commonly used data structures."
HOMEPAGE = "http://live.gnome.org/Libgee"
SECTION = "libs"
DEPENDS = "glib-2.0"
+BBCLASSEXTEND = "native"
DEPENDS_virtclass-native = "glib-2.0-native"
LICENSE = "LGPL"
-SRCREV = "9a3d48187d87b0ed151a339a9b05f6f4eefb0922"
-PV = "0.5.0+gitr${SRCPV}"
+SRCREV = "3c3af3ecc99bc130643c2b372164e987a5a261a9"
+PV = "0.5.1+gitr${SRCPV}"
PE = "1"
SRC_URI = "\
@@ -15,5 +16,3 @@ SRC_URI = "\
S = "${WORKDIR}/git"
inherit autotools vala
-
-BBCLASSEXTEND = "native"