From 5644397ba44f39554d98b41c5c59f8e598e54d4a Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 16 Jan 2012 12:30:01 +0100 Subject: [PATCH] angstrom ipk: u-a-cworth is the current provider, don't change it Signed-off-by: Koen Kooi --- conf/distro/include/angstrom-package-ipk.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/distro/include/angstrom-package-ipk.inc b/conf/distro/include/angstrom-package-ipk.inc index 705c88a..9b03d83 100644 --- a/conf/distro/include/angstrom-package-ipk.inc +++ b/conf/distro/include/angstrom-package-ipk.inc @@ -4,10 +4,10 @@ ANGSTROM_FEED_CONFIGS ?= "angstrom-feed-configs" EXTRAOPKGCONFIG = "opkg-config-base angstrom-feed-configs" -DISTRO_UPDATE_ALTERNATIVES = "opkg" +DISTRO_UPDATE_ALTERNATIVES ?= "update-alternatives-cworth" # we need the same provider for opkg and u-a PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native" -PREFERRED_PROVIDER_virtual/update-alternatives = "opkg" -VIRTUAL-RUNTIME_update-alternatives = "opkg" +PREFERRED_PROVIDER_virtual/update-alternatives ?= "update-alternatives-cworth" +VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth"