summaryrefslogtreecommitdiffstats
path: root/meta/classes/gtk-icon-cache.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2015-10-27 17:52:47 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-29 07:31:16 +0000
commitda386d3d21cb4f87336f200906b717387d3a8c21 (patch)
tree418410c96dcd1b5483f36d0f888adb59217f4160 /meta/classes/gtk-icon-cache.bbclass
parent63a0311497a0f9d3a748da254b631d3c7edc1364 (diff)
downloadpoky-da386d3d21cb4f87336f200906b717387d3a8c21.tar.gz
gtk-icon-cache: pass the native libdir to the intercept
The intercept runs against the native sysroot so we need to pass it the native libdir instead of the target libdir, as otherwise it will use target paths (such as lib64) in the native sysroot. (From OE-Core rev: 0fe84007176c98644b1917966c98501beb7e0ce2) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/gtk-icon-cache.bbclass')
-rw-r--r--meta/classes/gtk-icon-cache.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass
index 425397af3a..0f1052b08c 100644
--- a/meta/classes/gtk-icon-cache.bbclass
+++ b/meta/classes/gtk-icon-cache.bbclass
@@ -6,7 +6,7 @@ gtk_icon_cache_postinst() {
6if [ "x$D" != "x" ]; then 6if [ "x$D" != "x" ]; then
7 $INTERCEPT_DIR/postinst_intercept update_icon_cache ${PKG} \ 7 $INTERCEPT_DIR/postinst_intercept update_icon_cache ${PKG} \
8 mlprefix=${MLPREFIX} \ 8 mlprefix=${MLPREFIX} \
9 libdir=${libdir} 9 libdir_native=${libdir_native}
10else 10else
11 11
12 # Update the pixbuf loaders in case they haven't been registered yet 12 # Update the pixbuf loaders in case they haven't been registered yet