diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-07-15 15:50:11 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-07-15 15:50:11 +0200 |
commit | 822c42838febdbef7aeae55b182bed8ddcbc012f (patch) | |
tree | 740d2ba368e2623a140360080fb7c9226c2918dc /recipes | |
parent | 6a731129e5bd420f95dd87d042c54a0a7da9b495 (diff) |
libgee: move to known-good revision
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libgee/libgee_git.bb | 7 |
1 files changed, 3 insertions, 4 deletions
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" |