diff options
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" |
