[oe] [meta-oe][PATCH 4/5] libgee: use gobject-introspection-stub instead of -native which was removed in oe-core

Andreas Müller schnitzeltony at googlemail.com
Mon Jul 30 08:40:55 UTC 2012


On Sat, Jul 28, 2012 at 2:33 PM, Martin Jansa <martin.jansa at gmail.com> wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  meta-oe/recipes-devtools/libgee/libgee_0.6.4.bb |    7 +++----
>  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 4e2c643..228f96c 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"
> --
> 1.7.8.6
>
Acked-by: Andreas Müller <schnitzeltony at googlemail.com>




More information about the Openembedded-devel mailing list