gtk-icon-cache: don't use RDEPENDS, use RDEPENDS_${PN}
authorChris Larson <chris_larson@mentor.com>
Sun, 3 Oct 2010 04:36:19 +0000 (21:36 -0700)
committerChris Larson <chris_larson@mentor.com>
Sun, 3 Oct 2010 04:36:39 +0000 (21:36 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/gtk-icon-cache.bbclass

index 524c2f0..903680b 100644 (file)
@@ -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.