diff options
author | Ross Burton <ross.burton@intel.com> | 2019-03-29 13:29:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-07 10:12:53 +0100 |
commit | 198434d2957a5ef7b53da2a5aad9af2a777d068f (patch) | |
tree | 2a90b126b76dbf52bc6fccb91fc2df0bc631d447 /meta/classes/gtk-icon-cache.bbclass | |
parent | 896b0c576923198fff865f1f3fb111c46fb60a2c (diff) | |
download | poky-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>
Diffstat (limited to 'meta/classes/gtk-icon-cache.bbclass')
-rw-r--r-- | meta/classes/gtk-icon-cache.bbclass | 4 |
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 @@ | |||
1 | FILES_${PN} += "${datadir}/icons/hicolor" | 1 | FILES_${PN} += "${datadir}/icons/hicolor" |
2 | 2 | ||
3 | DEPENDS += "${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} gtk-icon-utils-native" | 3 | DEPENDS +=" ${@['hicolor-icon-theme', '']['${BPN}' == 'hicolor-icon-theme']} gtk+3-native" |
4 | 4 | ||
5 | PACKAGE_WRITE_DEPS += "gtk-icon-utils-native gdk-pixbuf-native" | 5 | PACKAGE_WRITE_DEPS += "gtk+3-native gdk-pixbuf-native" |
6 | 6 | ||
7 | gtk_icon_cache_postinst() { | 7 | gtk_icon_cache_postinst() { |
8 | if [ "x$D" != "x" ]; then | 8 | if [ "x$D" != "x" ]; then |