From 189d6232a2a9eb7192887b60f05b6643414a4ec6 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 20 Oct 2015 20:19:27 +0100 Subject: classes/gtk-icon-cache: don't pass STAGING_LIBDIR_NATIVE to intercepts The intercept doesn't need STAGING_LIBDIR_NATIVE anymore, so don't pass it. Signed-off-by: Ross Burton --- meta/classes/gtk-icon-cache.bbclass | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass index 6195fa4526..425397af3a 100644 --- a/meta/classes/gtk-icon-cache.bbclass +++ b/meta/classes/gtk-icon-cache.bbclass @@ -6,8 +6,7 @@ gtk_icon_cache_postinst() { if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_icon_cache ${PKG} \ mlprefix=${MLPREFIX} \ - libdir=${libdir} \ - STAGING_LIBDIR_NATIVE=${STAGING_LIBDIR_NATIVE} + libdir=${libdir} else # Update the pixbuf loaders in case they haven't been registered yet @@ -25,8 +24,7 @@ gtk_icon_cache_postrm() { if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_icon_cache ${PKG} \ mlprefix=${MLPREFIX} \ - libdir=${libdir} \ - STAGING_LIBDIR_NATIVE=${STAGING_LIBDIR_NATIVE} + libdir=${libdir} else for icondir in /usr/share/icons/* ; do if [ -d $icondir ] ; then -- cgit 1.2.3-korg