diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-05 16:18:57 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-05 17:25:15 +0100 |
commit | 999a84bdb3694ae9871ed1d400f3906c6727e435 (patch) | |
tree | 12c9206b6346bbbdd4e1990b556e2dcce0a05a50 /meta/classes | |
parent | 34bdd8b33bfcc1672c872dfc142fdce1d8b61047 (diff) | |
download | poky-999a84bdb3694ae9871ed1d400f3906c6727e435.tar.gz |
gtk-icon-cache: add hicolor-icon-theme to DEPENDS
This fixes do_rootfs breaking because OE didn't resolve the RDEPENDS added with python
(From OE-Core rev: fbb7ecaf9b49d2d7570e6440fe84b4046ec08fd2)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | 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 d9b5d1bdd6..4142d0ed53 100644 --- a/meta/classes/gtk-icon-cache.bbclass +++ b/meta/classes/gtk-icon-cache.bbclass | |||
@@ -1,5 +1,7 @@ | |||
1 | FILES_${PN} += "${datadir}/icons/hicolor" | 1 | FILES_${PN} += "${datadir}/icons/hicolor" |
2 | 2 | ||
3 | DEPENDS += "${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']}" | ||
4 | |||
3 | # This could run on the host as icon cache files are architecture independent, | 5 | # This could run on the host as icon cache files are architecture independent, |
4 | # but there is no gtk-update-icon-cache built natively. | 6 | # but there is no gtk-update-icon-cache built natively. |
5 | gtk_icon_cache_postinst() { | 7 | gtk_icon_cache_postinst() { |