gtk-icon-cache.bbclass: Add RDEPENDS to fix runtime warnings (from OE)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2408 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-08-08 20:46:45 +00:00
parent 720e0b144c
commit b994a5527d
1 changed files with 1 additions and 1 deletions

View 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