diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-25 20:44:28 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2010-04-25 20:44:55 +0200 |
commit | 566c80f50a993eb7a76a15d830410d30d3750664 (patch) | |
tree | 9eab08d895f3dc892a637f0dac0ab4a0bf87cd0e /recipes | |
parent | a38e7ff2810e55455c7ff7b01d4882344b420e18 (diff) |
libgee: convert to BBEXTENDSCLASS
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/libgee/libgee-native_git.bb | 2 | ||||
-rw-r--r-- | 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 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" |