gtk-icon-cache: Add comment from poky's version
authorRichard Purdie <rpurdie@rpsys.net>
Wed, 8 Aug 2007 21:39:29 +0000 (21:39 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Wed, 8 Aug 2007 21:39:29 +0000 (21:39 +0000)
classes/gtk-icon-cache.bbclass

index 855a72a..b865628 100644 (file)
@@ -1,6 +1,8 @@
 FILES_${PN} += "${datadir}/icons/hicolor"
-RDEPENDS += " hicolor-icon-theme "
+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