diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-03-29 22:19:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-02 18:11:06 +0100 |
commit | 69aaafe5efd08f27d9d4af40175237b735c86f4e (patch) | |
tree | 9ab4c90c7ddd8fc997c8da0ae8539a1f3acee902 /meta/classes/gtk-icon-cache.bbclass | |
parent | e1dbbdc729802f1fa5e3a0e97f1bf916011d7d4f (diff) | |
download | poky-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.bbclass | 2 |
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 @@ | |||
1 | FILES_${PN} += "${datadir}/icons/hicolor" | 1 | FILES_${PN} += "${datadir}/icons/hicolor" |
2 | 2 | ||
3 | DEPENDS += "${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} virtual/gtk-update-icon-cache-native" | 3 | DEPENDS += "${@['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 |