From: Richard Purdie Date: Wed, 8 Aug 2007 20:46:45 +0000 (+0000) Subject: gtk-icon-cache.bbclass: Add RDEPENDS to fix runtime warnings (from OE) X-Git-Tag: 2011-1~11010 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b994a5527daef4273fa8de6fff63d636afa971b0;p=openembedded-core.git gtk-icon-cache.bbclass: Add RDEPENDS to fix runtime warnings (from OE) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2408 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass index 8726fabdbf..b86562890a 100644 --- a/meta/classes/gtk-icon-cache.bbclass +++ b/meta/classes/gtk-icon-cache.bbclass @@ -1,8 +1,8 @@ FILES_${PN} += "${datadir}/icons/hicolor" +RDEPENDS += "hicolor-icon-theme" # This could run on the host as icon cache files are architecture independent, # but there is no gtk-update-icon-cache built natively. - gtk-icon-cache_postinst() { if [ "x$D" != "x" ]; then exit 1