diff options
Diffstat (limited to 'recipes/libgee/libgee_git.bb')
-rw-r--r-- | recipes/libgee/libgee_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libgee/libgee_git.bb b/recipes/libgee/libgee_git.bb index 69b66913aa..83d156d649 100644 --- a/recipes/libgee/libgee_git.bb +++ b/recipes/libgee/libgee_git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures." HOMEPAGE = "http://live.gnome.org/Libgee" SECTION = "libs" -DEPENDS = "glib-2.0 vala-native" +DEPENDS = "glib-2.0" DEPENDS_virtclass-native = "glib-2.0-native" LICENSE = "LGPL" SRCREV = "9a3d48187d87b0ed151a339a9b05f6f4eefb0922" @@ -14,6 +14,6 @@ SRC_URI = "\ " S = "${WORKDIR}/git" -inherit autotools_stage pkgconfig vala +inherit autotools vala BBCLASSEXTEND = "native" |