[oe-commits] Chris Larson : gtk-icon-cache: don't use RDEPENDS, use RDEPENDS_${PN}

git version control git at git.openembedded.org
Sun Oct 3 05:15:19 UTC 2010


Module: openembedded.git
Branch: master
Commit: aadcd9eea1861a514cf24ed9a6a20d1743bcc191
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=aadcd9eea1861a514cf24ed9a6a20d1743bcc191

Author: Chris Larson <chris_larson at mentor.com>
Date:   Sat Oct  2 21:36:19 2010 -0700

gtk-icon-cache: don't use RDEPENDS, use RDEPENDS_${PN}

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 classes/gtk-icon-cache.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/gtk-icon-cache.bbclass b/classes/gtk-icon-cache.bbclass
index 524c2f0..903680b 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.





More information about the Openembedded-commits mailing list