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.
---
 conf/distro/include/angstrom-package-ipk.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/distro/include/angstrom-package-ipk.inc 
b/conf/distro/include/angstrom-package-ipk.inc
index 7e0c68c..8a9894c 100644
--- a/conf/distro/include/angstrom-package-ipk.inc
+++ b/conf/distro/include/angstrom-package-ipk.inc
@@ -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}"
 
-- 
1.8.4.5


_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to