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:10:59 +0100 |
commit | 7e437aa3e0ec862aac69a4434be0b2b652d26972 (patch) | |
tree | bd255cf44ce09822bffbdc3d91c73463a4b702ab /meta/classes/gtk-icon-cache.bbclass | |
parent | 8d6406849bcad2a7bbd4483ccfa4e0f3d9b4ae21 (diff) | |
download | openembedded-core-contrib-7e437aa3e0ec862aac69a4434be0b2b652d26972.tar.gz |
remove gtk-update-icon-cache-native virtuals
gtk-update-icon-cache-native is the only provider now
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 a5d642c9544..6d205a14734 100644 --- a/meta/classes/gtk-icon-cache.bbclass +++ b/meta/classes/gtk-icon-cache.bbclass @@ -1,6 +1,6 @@ FILES_${PN} += "${datadir}/icons/hicolor" -DEPENDS += "${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} virtual/gtk-update-icon-cache-native" +DEPENDS += "${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} gtk-update-icon-cache-native" # # On host, the postinstall MUST return 1 because we do not know if the intercept |