mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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:
parent
4a5a3a693b
commit
0b7f591341
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user