diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-08 20:46:45 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-08 20:46:45 +0000 |
commit | b994a5527daef4273fa8de6fff63d636afa971b0 (patch) | |
tree | f36a7ca172d53d778ec45dfe7c00b4d1cb234115 /meta/classes | |
parent | 720e0b144cabc48c65dc831b61602a10a2da5f90 (diff) | |
download | poky-b994a5527daef4273fa8de6fff63d636afa971b0.tar.gz |
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
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/gtk-icon-cache.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass index 8726fabdbf..b86562890a 100644 --- a/meta/classes/gtk-icon-cache.bbclass +++ b/meta/classes/gtk-icon-cache.bbclass | |||
@@ -1,8 +1,8 @@ | |||
1 | FILES_${PN} += "${datadir}/icons/hicolor" | 1 | FILES_${PN} += "${datadir}/icons/hicolor" |
2 | RDEPENDS += "hicolor-icon-theme" | ||
2 | 3 | ||
3 | # This could run on the host as icon cache files are architecture independent, | 4 | # This could run on the host as icon cache files are architecture independent, |
4 | # but there is no gtk-update-icon-cache built natively. | 5 | # but there is no gtk-update-icon-cache built natively. |
5 | |||
6 | gtk-icon-cache_postinst() { | 6 | gtk-icon-cache_postinst() { |
7 | if [ "x$D" != "x" ]; then | 7 | if [ "x$D" != "x" ]; then |
8 | exit 1 | 8 | exit 1 |