[oe-commits] org.oe.dev gtk-icon-cache.bbclass: postinst scripts need hicolor-icon-theme (bunch of directories + 1 small textfile), so add it to RDEPENDS

koen commit openembedded-commits at lists.openembedded.org
Wed May 16 11:28:23 UTC 2007


gtk-icon-cache.bbclass: postinst scripts need hicolor-icon-theme (bunch of directories + 1 small textfile), so add it to RDEPENDS

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: e2140d260414a77d215e9cbc9fbe04bce1af3008
ViewMTN: http://monotone.openembedded.org/revision.psp?id=e2140d260414a77d215e9cbc9fbe04bce1af3008
Files:
1
classes/gtk-icon-cache.bbclass
Diffs:

#
# mt diff -r32aab43962d0b7bcc79c45c531b82c22ef7fc5b9 -re2140d260414a77d215e9cbc9fbe04bce1af3008
#
# 
# 
# patch "classes/gtk-icon-cache.bbclass"
#  from [6270df5854a9f5cab836b2ed82790497387de846]
#    to [2c00130ba17205e8f5cc856de7067a2448120604]
# 
============================================================
--- classes/gtk-icon-cache.bbclass	6270df5854a9f5cab836b2ed82790497387de846
+++ classes/gtk-icon-cache.bbclass	2c00130ba17205e8f5cc856de7067a2448120604
@@ -1,4 +1,5 @@ FILES_${PN} += "${datadir}/icons/hicolor
 FILES_${PN} += "${datadir}/icons/hicolor"
+RDEPENDS += " hicolor-icon-theme "
 
 gtk-icon-cache_postinst() {
 if [ "x$D" != "x" ]; then






More information about the Openembedded-commits mailing list