On Sun, Jul 13, 2014 at 6:43 AM, Max Krummenacher <max.oss...@gmail.com> wrote:
> 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.

Please cherry-pick following from master

commit 14e08075a40d8959332f6f8c1f70d4d129544f9d

Author: Khem Raj <raj.k...@gmail.com>

Date:   Wed Jan 22 10:30:06 2014 -0800


    Adjust to the omission of opkg UPDATE_ALTERNATIVES change from OE-Core



    Signed-off-by: Khem Raj <raj.k...@gmail.com>



and adjust if needed.

> ---
>  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

_______________________________________________
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