libgee: use gobject-introspection-stub instead of -native which was removed in oe-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2012-07-28 10:54:56 +02:00
parent 4a5a3a693b
commit 0b7f591341

View File

@ -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"