[oe-commits] Michael 'Mickey' Lauer : libgee: convert to BBEXTENDSCLASS

git version control git at git.openembedded.org
Sun Apr 25 18:44:12 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 566c80f50a993eb7a76a15d830410d30d3750664
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=566c80f50a993eb7a76a15d830410d30d3750664

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Apr 25 20:44:28 2010 +0200

libgee: convert to BBEXTENDSCLASS

---

 recipes/libgee/libgee-native_git.bb |    2 --
 recipes/libgee/libgee_git.bb        |    9 +++++----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/recipes/libgee/libgee-native_git.bb b/recipes/libgee/libgee-native_git.bb
deleted file mode 100644
index e90f99e..0000000
--- 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 c6324c7..5c9c9e0 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"





More information about the Openembedded-commits mailing list