libgee_0.5.2.bb/libgee_0.6.0.bb: Fix native recipe build
authorKhem Raj <raj.khem@gmail.com>
Sun, 10 Oct 2010 09:00:31 +0000 (02:00 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sun, 10 Oct 2010 09:00:31 +0000 (02:00 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/libgee/libgee.inc
recipes/libgee/libgee_0.5.2.bb
recipes/libgee/libgee_0.6.0.bb

index 208e4e9..918f45b 100644 (file)
@@ -2,10 +2,15 @@ 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 gobject-introspection"
 BBCLASSEXTEND = "native"
-DEPENDS_virtclass-native = "glib-2.0-native"
 LICENSE = "LGPL"
 PE = "1"
 
 inherit autotools vala
+
+do_configure() {
+        gnu-configize
+        oe_runconf
+}
+
index 364711d..5c94620 100644 (file)
@@ -6,10 +6,3 @@ S = "${WORKDIR}/${BPN}-${PV}"
 
 SRC_URI[md5sum] = "fc5a36eb5f61154a1456cbb8b1798e41"
 SRC_URI[sha256sum] = "8625ebfb479600046b9e36e1a8fd1142d624645dce66a6cd8c9067d8f7f5ce51"
-
-inherit autotools vala
-
-do_configure() {
-       gnu-configize
-       oe_runconf
-}
index e499ed4..41bfce1 100644 (file)
@@ -1,12 +1,9 @@
 require libgee.inc
-DEPENDS = "gobject-introspection-native"
 PE = "1"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${BPN}-${PV}.tar.bz2"
 S = "${WORKDIR}/${BPN}-${PV}"
 
 SRC_URI[md5sum] = "4eb513b23ab6ea78884989518a4acf6f"
 SRC_URI[sha256sum] = "e586678d0a88637abeaaf850b62231000772e79ea6d9c4b45dc3cea99f778a7a"
-
-inherit autotools vala