From: Ross Burton Date: Fri, 29 Mar 2019 13:29:01 +0000 (+0000) Subject: gtk-icon-cache: clean up DEPENDS X-Git-Tag: uninative-2.5~246 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=078950f6ff88d406894229337b2b367ba049ff44;p=openembedded-core.git 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. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 @@ FILES_${PN} += "${datadir}/icons/hicolor" -DEPENDS += "${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} gtk-icon-utils-native" +DEPENDS +=" ${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} gtk+3-native" -PACKAGE_WRITE_DEPS += "gtk-icon-utils-native gdk-pixbuf-native" +PACKAGE_WRITE_DEPS += "gtk+3-native gdk-pixbuf-native" gtk_icon_cache_postinst() { if [ "x$D" != "x" ]; then