git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faea5a2
)
gtk-icon-cache: don't use RDEPENDS, use RDEPENDS_${PN}
author
Chris Larson
<chris_larson@mentor.com>
Sun, 3 Oct 2010 04:36:19 +0000
(21:36 -0700)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/classes/gtk-icon-cache.bbclass
b/classes/gtk-icon-cache.bbclass
index
524c2f0
..
903680b
100644
(file)
--- 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.