mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 21:32:12 +02:00
gtk-icon-cache.bbclass: Add RDEPENDS to fix runtime warnings (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2408 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
FILES_${PN} += "${datadir}/icons/hicolor"
|
||||
RDEPENDS += "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.
|
||||
|
||||
gtk-icon-cache_postinst() {
|
||||
if [ "x$D" != "x" ]; then
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user