summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-03-29 13:29:01 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-07 10:12:53 +0100
commit198434d2957a5ef7b53da2a5aad9af2a777d068f (patch)
tree2a90b126b76dbf52bc6fccb91fc2df0bc631d447
parent896b0c576923198fff865f1f3fb111c46fb60a2c (diff)
downloadpoky-198434d2957a5ef7b53da2a5aad9af2a777d068f.tar.gz
gtk-icon-cache: clean up DEPENDS
Use gtk+3-native instead gtk-icon-utils-native as that recipe no longer exists and is provided by gtk+3-native for compatibility. (From OE-Core rev: 078950f6ff88d406894229337b2b367ba049ff44) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/gtk-icon-cache.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass
index d87167aec0..66fe781bd2 100644
--- a/meta/classes/gtk-icon-cache.bbclass
+++ b/meta/classes/gtk-icon-cache.bbclass
@@ -1,8 +1,8 @@
1FILES_${PN} += "${datadir}/icons/hicolor" 1FILES_${PN} += "${datadir}/icons/hicolor"
2 2
3DEPENDS += "${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} gtk-icon-utils-native" 3DEPENDS +=" ${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} gtk+3-native"
4 4
5PACKAGE_WRITE_DEPS += "gtk-icon-utils-native gdk-pixbuf-native" 5PACKAGE_WRITE_DEPS += "gtk+3-native gdk-pixbuf-native"
6 6
7gtk_icon_cache_postinst() { 7gtk_icon_cache_postinst() {
8if [ "x$D" != "x" ]; then 8if [ "x$D" != "x" ]; then