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"