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

Darren Hart dvhart at linux.intel.com
Thu Dec 2 14:12:33 PST 2010


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>

> ---
>   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



More information about the poky mailing list