From: Koen Kooi Date: Wed, 16 May 2007 11:33:13 +0000 (+0000) Subject: gtk-icon-cache.bbclass: postinst scripts need hicolor-icon-theme (bunch of directorie... X-Git-Tag: Release-2010-05/1~8868^2~484 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c644a5c61dd3b814db20de7deefbe7485a7142a;p=openembedded.git gtk-icon-cache.bbclass: postinst scripts need hicolor-icon-theme (bunch of directories + 1 small textfile), so add it to RDEPENDS --- diff --git a/classes/gtk-icon-cache.bbclass b/classes/gtk-icon-cache.bbclass index 0f68e6812b..855a72a2f7 100644 --- a/classes/gtk-icon-cache.bbclass +++ b/classes/gtk-icon-cache.bbclass @@ -1,4 +1,5 @@ FILES_${PN} += "${datadir}/icons/hicolor" +RDEPENDS += " hicolor-icon-theme " gtk-icon-cache_postinst() { if [ "x$D" != "x" ]; then