]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add comment
authorRoss Burton <ross@openedhand.com>
Mon, 16 Apr 2007 12:41:25 +0000 (12:41 +0000)
committerRoss Burton <ross@openedhand.com>
Mon, 16 Apr 2007 12:41:25 +0000 (12:41 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1513 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/gtk-icon-cache.bbclass

index 0f68e6812b215b67c0f78fddd41a7932724ce162..8726fabdbf82f1b47bbee54407f5e5205fd9417e 100644 (file)
@@ -1,5 +1,8 @@
 FILES_${PN} += "${datadir}/icons/hicolor"
 
+# 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