gtk+-native: generate wrappers for relocation [v2]
authorChris Larson <chris_larson@mentor.com>
Fri, 1 Oct 2010 16:59:43 +0000 (09:59 -0700)
committerChris Larson <chris_larson@mentor.com>
Sun, 3 Oct 2010 18:36:53 +0000 (11:36 -0700)
Generate wrapper scripts for the gdk-pixbuf tools, to ensure they are using
the correct paths into the sysroot.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
recipes/gtk+/gtk+.inc

index bb74d78..e25016c 100644 (file)
@@ -16,7 +16,7 @@ SRC_URI = "http://download.gnome.org/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar.bz2;
        file://xsettings.patch \
        "
 
-INC_PR = "r8"
+INC_PR = "r10"
 
 inherit autotools pkgconfig
 
@@ -79,8 +79,12 @@ do_install_virtclass-native () {
        install -d ${D}${sysconfdir}/gtk-2.0
        rm -f ${D}${libdir}/gtk-2.0/*/*.la ${D}${libdir}/gtk-2.0/${LIBV}/*/*.la
 
-       mkdir -p "${D}${sysconfdir}/gtk-2.0"
-       ${B}/gdk-pixbuf/gdk-pixbuf-query-loaders ${B}/gdk-pixbuf/.libs/*.so | sed 's:${B}/gdk-pixbuf/.libs:${STAGING_LIBDIR}/gtk-2.0/${LIBV}/loaders:' > "${D}${sysconfdir}/gtk-2.0/gdk-pixbuf.loaders"
+       create_wrapper ${D}${bindir}/gdk-pixbuf-query-loaders \
+               '"GDK_PIXBUF_MODULEDIR=${libdir}/gtk-2.0/${LIBV}/loaders"'
+       ${D}${bindir}/gdk-pixbuf-query-loaders > \
+               "${D}${sysconfdir}/gtk-2.0/gdk-pixbuf.loaders"
+       create_wrapper ${D}${bindir}/gdk-pixbuf-csource \
+               '"GDK_PIXBUF_MODULE_FILE=${sysconfdir}/gtk-2.0/gdk-pixbuf.loaders"'
 }
 
 postinst_prologue() {