aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/libgee
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-07-28 10:54:56 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2012-07-28 14:31:53 +0200
commit0b7f5913410c32268e0dbb388abd15cbd87497eb (patch)
treecb830afe64a311217f600af9cb6b053d63153c17 /meta-oe/recipes-devtools/libgee
parent4a5a3a693bc3a78813f11c7858b3e9aa957d1bb9 (diff)
downloadmeta-openembedded-contrib-0b7f5913410c32268e0dbb388abd15cbd87497eb.tar.gz
libgee: use gobject-introspection-stub instead of -native which was removed in oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/libgee')
-rw-r--r--meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb b/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb
index 4e2c6438e9..228f96c4ff 100644
--- a/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb
+++ b/meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb
@@ -1,9 +1,8 @@
require libgee.inc
PE = "1"
-PR = "${INC_PR}.0"
-#autoreconf needs introspection.m4 (staged by gobject-introspection-native) after http://git.gnome.org/browse/libgee/commit/?id=d026a29b38ca1a3388981c6e75a92602212373d8
-DEPENDS += "gobject-introspection-native"
-DEPENDS_virtclass-native += "gobject-introspection-native"
+PR = "${INC_PR}.1"
+DEPENDS += "gobject-introspection-stub"
+DEPENDS_virtclass-native += "gobject-introspection-stub-native"
SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/${SHRT_VER}/${BP}.tar.xz"