From 566c80f50a993eb7a76a15d830410d30d3750664 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sun, 25 Apr 2010 20:44:28 +0200 Subject: libgee: convert to BBEXTENDSCLASS --- recipes/libgee/libgee-native_git.bb | 2 -- recipes/libgee/libgee_git.bb | 9 +++++---- 2 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 recipes/libgee/libgee-native_git.bb (limited to 'recipes/libgee') diff --git a/recipes/libgee/libgee-native_git.bb b/recipes/libgee/libgee-native_git.bb deleted file mode 100644 index e90f99e2f0..0000000000 --- a/recipes/libgee/libgee-native_git.bb +++ /dev/null @@ -1,2 +0,0 @@ -require libgee_git.bb -inherit native diff --git a/recipes/libgee/libgee_git.bb b/recipes/libgee/libgee_git.bb index c6324c7428..5c9c9e031a 100644 --- a/recipes/libgee/libgee_git.bb +++ b/recipes/libgee/libgee_git.bb @@ -2,9 +2,10 @@ 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" +DEPENDS = "glib-2.0 vala-native" +DEPENDS_virtclass-native = "glib-2.0-native" LICENSE = "LGPL" -SRCREV = "a86abd4240622ec377bbc5773850a4593e13f7eb" +SRCREV = "9a3d48187d87b0ed151a339a9b05f6f4eefb0922" PV = "0.5.0+gitr${SRCPV}" PE = "1" @@ -13,6 +14,6 @@ SRC_URI = "\ " S = "${WORKDIR}/git" -inherit autotools_stage pkgconfig vala +inherit autotools vala -FILES_${PN}-dev += "${datadir}/gir-1.0" +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg