From 256bbbe03128e10d8d0432edfec2c8f203f20f7c Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Tue, 27 Apr 2010 10:07:31 +0200 Subject: vala / freesmartphone: vala now also looks in the target directory for vapi files We can finally inherit autotools now and remove legacy staging --- recipes/libgee/libgee_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/libgee') 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" -- cgit v1.2.3