[poky] [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders not found in path

Kamble, Nitin A nitin.a.kamble at intel.com
Thu Dec 2 19:01:00 PST 2010



> -----Original Message-----
> From: poky-bounces at yoctoproject.org [mailto:poky-
> bounces at yoctoproject.org] On Behalf Of Darren Hart
> Sent: Thursday, December 02, 2010 2:13 PM
> To: Adrian Alonso
> Cc: poky at yoctoproject.org; Saul Wold
> Subject: Re: [poky] [PATCH 1/2] librsvg: fix gdk-pixbuf-query-loaders
> not found in path
> 
> On 12/01/2010 06:36 PM, Adrian Alonso wrote:
> > * Fix configure: error: gdk-pixbuf-query-loaders not found in path
> > * Bump PR
> >
>  > Signed-off-by: Adrian Alonso<aalonso at secretlab.ca>
> 
> With the exception of the inconsistent whitespace in
> do_configure_prepend, it looks good. At least it fixes the same error
> for me.
> 
> Acked-by: Darren Hart <dvhart at linux.intel.com>


Fixes same error for me too. I am running fedora 12 64bit host.
Acked-by: Darren Hart <nitin.a.kamble at intel.com>

Thanks,
Nitin

> 
> > ---
> >   meta/recipes-gnome/librsvg/librsvg_2.32.0.bb |    3 ++-
> >   1 files changed, 2 insertions(+), 1 deletions(-)
> >
> > diff --git a/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
> b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
> > index a421b68..2f257fc 100644
> > --- a/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
> > +++ b/meta/recipes-gnome/librsvg/librsvg_2.32.0.bb
> > @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
> >
> >   SECTION = "x11/utils"
> >   DEPENDS = "gtk+ libcroco cairo libxml2 popt"
> > -PR = "r1"
> > +PR = "r2"
> >
> >   inherit autotools pkgconfig gnome
> >
> > @@ -17,6 +17,7 @@ EXTRA_OECONF = "--disable-mozilla-plugin --without-
> svgz --without-croco --disabl
> >   SRC_URI += "file://doc_Makefile.patch"
> >
> >   do_configure_prepend () {
> > +    export GDK_PIXBUF_QUERYLOADERS="${libdir}/gtk-
> 2.0/version/loaders"
> >   	echo "CLEANFILES=">  gtk-doc.make
> >   }
> >
> 
> 
> --
> Darren Hart
> Yocto Linux Kernel
> _______________________________________________
> poky mailing list
> poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky



More information about the poky mailing list