From e5a2191daa7328e9af0c35e99cafc01e142aa64a Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 29 Sep 2015 22:38:13 +0200 Subject: [PATCH] angstrom-feed-configs.bb: don't replace opkg-collateral opkg-collateral no longer exists in oe-core but the opkg recipe now provides opkg.conf and RCONFLICTS, RREPLACES, RPROVIDES opkg-collateral. http://cgit.openembedded.org/openembedded-core/commit/meta/recipes-devtools/opkg?id=e8879cd1ec8914815c7a78f1d9b296b0e2b30fcf When angstrom-feed-configs also RCONFLICTS, RREPLACES, RPROVIDES opkg-collateral this results in the opkg package being removed during do_rootfs. With the missing opkg run_postinstall then fails to run postinstall scripts. Signed-off-by: Max Krummenacher Signed-off-by: Koen Kooi --- recipes-angstrom/angstrom/angstrom-feed-configs.bb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/recipes-angstrom/angstrom/angstrom-feed-configs.bb b/recipes-angstrom/angstrom/angstrom-feed-configs.bb index 6c92e31..5fb8972 100644 --- a/recipes-angstrom/angstrom/angstrom-feed-configs.bb +++ b/recipes-angstrom/angstrom/angstrom-feed-configs.bb @@ -59,11 +59,6 @@ CONFFILES_${PN} += "${sysconfdir}/opkg/base-feed.conf \ ${sysconfdir}/opkg/sdk-feed.conf \ " -# Get rid of opkg-collateral -RCONFLICTS_${PN} = "opkg-collateral" -RREPLACES_${PN} = "opkg-collateral" -RPROVIDES_${PN} = "opkg-collateral" - RRECOMMENDS_${PN} += "opkg" python populate_packages_prepend () {