libgee: convert to BBEXTENDSCLASS
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 25 Apr 2010 18:44:28 +0000 (20:44 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 25 Apr 2010 18:44:55 +0000 (20:44 +0200)
recipes/libgee/libgee-native_git.bb [deleted file]
recipes/libgee/libgee_git.bb

diff --git a/recipes/libgee/libgee-native_git.bb b/recipes/libgee/libgee-native_git.bb
deleted file mode 100644 (file)
index e90f99e..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-require libgee_git.bb
-inherit native
index c6324c7..5c9c9e0 100644 (file)
@@ -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"