[oe-commits] Laurentiu Palcu : gtk-update-icon-cache-native: create wrapper script

git at git.openembedded.org git at git.openembedded.org
Mon Apr 8 15:54:27 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: f2cb906bdce08441a20eab927ca9e2a2a9735ed0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f2cb906bdce08441a20eab927ca9e2a2a9735ed0

Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
Date:   Mon Apr  8 18:06:41 2013 +0300

gtk-update-icon-cache-native: create wrapper script

When using the sstate from another build machine, the path to the pixbuf
loader's cache points to a path on the remote machine. Hence, the update
of the icon cache fails on host.

Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../gtk+/gtk-update-icon-cache-native_3.4.4.bb     |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-gnome/gtk+/gtk-update-icon-cache-native_3.4.4.bb b/meta/recipes-gnome/gtk+/gtk-update-icon-cache-native_3.4.4.bb
index 93c30a7..73b7644 100644
--- a/meta/recipes-gnome/gtk+/gtk-update-icon-cache-native_3.4.4.bb
+++ b/meta/recipes-gnome/gtk+/gtk-update-icon-cache-native_3.4.4.bb
@@ -40,4 +40,8 @@ do_compile() {
 do_install() {
 	install -d ${D}${bindir}
         install -m 0755 ${B}/gtk-update-icon-cache ${D}${bindir}
+
+	create_wrapper ${D}/${bindir}/gtk-update-icon-cache \
+		GDK_PIXBUF_MODULE_FILE=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/2.10.0/loaders.cache
+
 }





More information about the Openembedded-commits mailing list