Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gtk-icon-cache: add hicolor-icon-theme to DEPENDS
@ 2011-08-05 14:18 Koen Kooi
  2011-08-05 16:25 ` Richard Purdie
  2011-08-30 11:52 ` Michael Morscher
  0 siblings, 2 replies; 6+ messages in thread
From: Koen Kooi @ 2011-08-05 14:18 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

This fixes do_rootfs breaking because OE didn't resolve the RDEPENDS added with python

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta/classes/gtk-icon-cache.bbclass |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass
index 4981aec..8436cd3 100644
--- a/meta/classes/gtk-icon-cache.bbclass
+++ b/meta/classes/gtk-icon-cache.bbclass
@@ -1,5 +1,7 @@
 FILES_${PN} += "${datadir}/icons/hicolor"
 
+DEPENDS += "${@['hicolor-icon-theme', '']['${BPN}' == '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() {
-- 
1.6.6.1




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-08-30 20:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-05 14:18 [PATCH] gtk-icon-cache: add hicolor-icon-theme to DEPENDS Koen Kooi
2011-08-05 16:25 ` Richard Purdie
2011-08-30 11:52 ` Michael Morscher
2011-08-30 16:14   ` Richard Purdie
2011-08-30 19:54     ` Michael Morscher
2011-08-30 19:58       ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox