summaryrefslogtreecommitdiffstats
path: root/meta/classes/gtk-icon-cache.bbclass
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-03-29 22:19:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-02 18:11:06 +0100
commit69aaafe5efd08f27d9d4af40175237b735c86f4e (patch)
tree9ab4c90c7ddd8fc997c8da0ae8539a1f3acee902 /meta/classes/gtk-icon-cache.bbclass
parente1dbbdc729802f1fa5e3a0e97f1bf916011d7d4f (diff)
downloadpoky-69aaafe5efd08f27d9d4af40175237b735c86f4e.tar.gz
remove gtk-update-icon-cache-native virtuals
gtk-update-icon-cache-native is the only provider now (From OE-Core rev: 7e437aa3e0ec862aac69a4434be0b2b652d26972) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/gtk-icon-cache.bbclass')
-rw-r--r--meta/classes/gtk-icon-cache.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass
index a5d642c954..6d205a1473 100644
--- a/meta/classes/gtk-icon-cache.bbclass
+++ b/meta/classes/gtk-icon-cache.bbclass
@@ -1,6 +1,6 @@
1FILES_${PN} += "${datadir}/icons/hicolor" 1FILES_${PN} += "${datadir}/icons/hicolor"
2 2
3DEPENDS += "${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} virtual/gtk-update-icon-cache-native" 3DEPENDS += "${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} gtk-update-icon-cache-native"
4 4
5# 5#
6# On host, the postinstall MUST return 1 because we do not know if the intercept 6# On host, the postinstall MUST return 1 because we do not know if the intercept