mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
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>
This commit is contained in:
parent
896b0c5769
commit
198434d295
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user