aboutsummaryrefslogtreecommitdiffstats
path: root/classes/gtk-icon-cache.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2007-08-08 21:39:29 +0000
committerRichard Purdie <rpurdie@rpsys.net>2007-08-08 21:39:29 +0000
commit5644015c642b053c3614dada21895df95e9171bc (patch)
tree46f959500edf324405243e797e77c9e0e7213065 /classes/gtk-icon-cache.bbclass
parentdcbb746bfb540d16d547b2b5b3477f7434fb85ac (diff)
downloadopenembedded-5644015c642b053c3614dada21895df95e9171bc.tar.gz
gtk-icon-cache: Add comment from poky's version
Diffstat (limited to 'classes/gtk-icon-cache.bbclass')
-rw-r--r--classes/gtk-icon-cache.bbclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/classes/gtk-icon-cache.bbclass b/classes/gtk-icon-cache.bbclass
index 855a72a2f7..b86562890a 100644
--- a/classes/gtk-icon-cache.bbclass
+++ b/classes/gtk-icon-cache.bbclass
@@ -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