From aadcd9eea1861a514cf24ed9a6a20d1743bcc191 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 2 Oct 2010 21:36:19 -0700 Subject: [PATCH] gtk-icon-cache: don't use RDEPENDS, use RDEPENDS_${PN} Signed-off-by: Chris Larson --- classes/gtk-icon-cache.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5