aboutsummaryrefslogtreecommitdiffstats
path: root/classes/gtk-icon-cache.bbclass
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-02 21:36:19 -0700
committerChris Larson <chris_larson@mentor.com>2010-10-02 21:36:39 -0700
commitaadcd9eea1861a514cf24ed9a6a20d1743bcc191 (patch)
tree449ff770b873d104b81e2bcbd4d2b933f7851e73 /classes/gtk-icon-cache.bbclass
parentfaea5a2dc9594ffecc671e923e275a403c0cbc55 (diff)
downloadopenembedded-aadcd9eea1861a514cf24ed9a6a20d1743bcc191.tar.gz
gtk-icon-cache: don't use RDEPENDS, use RDEPENDS_${PN}
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'classes/gtk-icon-cache.bbclass')
-rw-r--r--classes/gtk-icon-cache.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/gtk-icon-cache.bbclass b/classes/gtk-icon-cache.bbclass
index 524c2f0c46..903680b9d8 100644
--- a/classes/gtk-icon-cache.bbclass
+++ b/classes/gtk-icon-cache.bbclass
@@ -1,5 +1,5 @@
FILES_${PN} += "${datadir}/icons/hicolor"
-RDEPENDS += "hicolor-icon-theme"
+RDEPENDS_${PN} += "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.