All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] gdk-pixbuf(-native): Fix build by disabling introspection
Date: Wed, 20 Jul 2011 09:47:54 -0700	[thread overview]
Message-ID: <4E2706BA.2000600@linux.intel.com> (raw)
In-Reply-To: <1310856514-12964-1-git-send-email-schnitzeltony@gmx.de>

On 07/16/2011 03:48 PM, Andreas Mueller wrote:
> Error message was:
> | /home/Superandy/tmp/oe-core-eglibc/sysroots/x86_64-linux/usr/bin/g-ir-compiler  --includedir=. GdkPixbuf-2.0.gir -o GdkPixbuf-2.0.typelib
> | /usr/share/gir-1.0/GLib-2.0.gir:9:1: error: Unsupported version '1.1'
> | /usr/share/gir-1.0/GLib-2.0.gir:9:39: error: Unsupported version '1.1'
> | error parsing file GdkPixbuf-2.0.gir: Failed to parse included gir GLib-2.0
> | make[4]: *** [GdkPixbuf-2.0.typelib] Error 1
>
> Signed-off-by: Andreas Mueller<schnitzeltony@gmx.de>
> ---
>   meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb |    3 ++-
>   1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb
> index 8b6314f..e3f5977 100644
> --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb
> +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.22.1.bb
> @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
>   SECTION = "libs"
>
>   DEPENDS = "libpng glib-2.0 jpeg"
> -PR = "r0"
> +PR = "r1"
>
>   SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.22/gdk-pixbuf-${PV}.tar.gz \
>              file://hardcoded_libtool.patch;patch=1 \
> @@ -26,6 +26,7 @@ LIBV = "2.10.0"
>   EXTRA_OECONF = "\
>     --without-libtiff \
>     --with-libpng \
> +  --disable-introspection \
>   "
>
>   FILES_${PN} = "${bindir}/gdk-pixbuf-query-loaders \

Merged into oe-core

There was a comment from Tom about gnome.bbclass, are you looking into that?

Sau!



  parent reply	other threads:[~2011-07-20 16:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-16 22:48 [PATCH] gdk-pixbuf(-native): Fix build by disabling introspection Andreas Mueller
2011-07-17 14:25 ` Tom Rini
2011-07-20 16:47 ` Saul Wold [this message]
2011-07-20 23:14   ` Andreas Mueller
2011-07-20 23:48     ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E2706BA.2000600@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.