diff options
author | Ross Burton <ross@openedhand.com> | 2007-04-16 12:41:25 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-04-16 12:41:25 +0000 |
commit | 075d2b7ecb713d594e4b15f9519dae36becfaba0 (patch) | |
tree | b9dba99ba9e3ec26347f9b1b0d1c2a110fd40cc0 /meta/classes | |
parent | 9d4deb372309a58c58514888c5f3273264901861 (diff) | |
download | openembedded-core-contrib-075d2b7ecb713d594e4b15f9519dae36becfaba0.tar.gz |
Add comment
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1513 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/gtk-icon-cache.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass index 0f68e6812b2..8726fabdbf8 100644 --- a/meta/classes/gtk-icon-cache.bbclass +++ b/meta/classes/gtk-icon-cache.bbclass @@ -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 |