diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-04-08 18:06:41 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-08 16:56:46 +0100 |
commit | 4e46d6f2353b852f255500e774dc5653d3c7cd05 (patch) | |
tree | dcb46a060bc5df50326503ebe24ca13c9ab5421d /meta | |
parent | 51f8dffeccbe8f1bcce449d9188a1e12421e1be5 (diff) | |
download | poky-4e46d6f2353b852f255500e774dc5653d3c7cd05.tar.gz |
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.
(From OE-Core rev: f2cb906bdce08441a20eab927ca9e2a2a9735ed0)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-gnome/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 93c30a75b1..73b7644845 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() { | |||
40 | do_install() { | 40 | do_install() { |
41 | install -d ${D}${bindir} | 41 | install -d ${D}${bindir} |
42 | install -m 0755 ${B}/gtk-update-icon-cache ${D}${bindir} | 42 | install -m 0755 ${B}/gtk-update-icon-cache ${D}${bindir} |
43 | |||
44 | create_wrapper ${D}/${bindir}/gtk-update-icon-cache \ | ||
45 | GDK_PIXBUF_MODULE_FILE=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/2.10.0/loaders.cache | ||
46 | |||
43 | } | 47 | } |