]> code.ossystems Code Review - openembedded-core.git/commitdiff
gtk-icon-cache.bbclass: Add RDEPENDS to fix runtime warnings (from OE)
authorRichard Purdie <richard@openedhand.com>
Wed, 8 Aug 2007 20:46:45 +0000 (20:46 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 8 Aug 2007 20:46:45 +0000 (20:46 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2408 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/gtk-icon-cache.bbclass

index 8726fabdbf82f1b47bbee54407f5e5205fd9417e..b86562890a01ce0efb475e2ae8f624ffe64ce472 100644 (file)
@@ -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