update-alternatives: use package created by opkg-utils

In daisy update-alternatives has been moved from opkg to the opkg-utils recipe.
opkg-utils now creates an additional package update-alternatives-opkg.

Without this patch the opkg-utils recipe is built and the opkg-utils package is
installed for VIRTUAL-RUNTIME_update-alternatives.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Max Krummenacher
2014-07-13 15:43:13 +02:00
committed by Koen Kooi
parent dfd59ed3ed
commit dbdf22a126

View File

@@ -4,12 +4,12 @@ ANGSTROM_FEED_CONFIGS ?= "angstrom-feed-configs"
EXTRAOPKGCONFIG = "opkg-config-base ${ANGSTROM_FEED_CONFIGS}"
ANGSTROM_IPK_UPDATE_ALTERNATIVES ?= "opkg-utils"
ANGSTROM_IPK_UPDATE_ALTERNATIVES ?= "update-alternatives-opkg"
DISTRO_UPDATE_ALTERNATIVES = "${ANGSTROM_IPK_UPDATE_ALTERNATIVES}"
# we need the same provider for opkg and u-a
PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-utils-native"
PREFERRED_PROVIDER_virtual/update-alternatives = "${ANGSTROM_IPK_UPDATE_ALTERNATIVES}"
PREFERRED_PROVIDER_virtual/update-alternatives = "opkg-utils"
VIRTUAL-RUNTIME_update-alternatives = "${ANGSTROM_IPK_UPDATE_ALTERNATIVES}"