The update-alternatives script has been copied from opkg to opkg-utils so the openembedded recipe for opkg-utils is updated accordingly. Changing the default provider of update-alternatives to opkg-utils allows dependencies to be added to the opkg recipe without causing circular dependency loops. This series partially solves Yocto Project issue 4836.
Tested on Raspberry Pi hardware both with and without "gpg" added to PACKAGECONFIG for opkg. Paul Barker (3): opkg-utils: Upgrade to latest git HEAD default-providers: Change update-alternatives provider to opkg-utils opkg: No longer PROVIDES update-alternatives meta/conf/distro/include/default-providers.inc | 6 +++--- meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 7 ++++++- meta/recipes-devtools/opkg/opkg.inc | 12 +++--------- 3 files changed, 12 insertions(+), 13 deletions(-) -- 1.8.5.2 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
