mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 17:02:26 +02:00
remove gtk-update-icon-cache-native virtuals
gtk-update-icon-cache-native is the only provider now (From OE-Core rev: 7e437aa3e0ec862aac69a4434be0b2b652d26972) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e1dbbdc729
commit
69aaafe5ef
@@ -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
|
||||
|
||||
@@ -12,7 +12,6 @@ PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg"
|
||||
PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native"
|
||||
PREFERRED_PROVIDER_virtual/libx11 ?= "libx11"
|
||||
PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel"
|
||||
PREFERRED_PROVIDER_virtual/gtk-update-icon-cache-native ?= "gtk-update-icon-cache-native"
|
||||
|
||||
#
|
||||
# Default virtual runtime providers
|
||||
|
||||
@@ -2,8 +2,6 @@ SUMMARY = "gtk-update-icon-cache built natively"
|
||||
DESCRIPTION = "Just gtk-update-icon-cache built from GTK+ natively, for on-host postinst script execution."
|
||||
SECTION = "libs"
|
||||
|
||||
PROVIDES = "virtual/gtk-update-icon-cache-native"
|
||||
|
||||
DEPENDS = "gdk-pixbuf-native"
|
||||
|
||||
LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+"
|
||||
|
||||
Reference in New Issue
Block a user