diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-27 10:07:31 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-28 09:11:53 +0200 |
commit | 256bbbe03128e10d8d0432edfec2c8f203f20f7c (patch) | |
tree | d05ecca03fd77fe9e8d29a9c67f64657b36c791f /recipes/libgee | |
parent | a23c4cc90bb9505a5a3446790538e65a512bfe40 (diff) |
vala / freesmartphone: vala now also looks in the target directory for vapi files
We can finally inherit autotools now and remove legacy staging
Diffstat (limited to 'recipes/libgee')
-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" |