Re: [Angstrom-devel] [meta-angstrom][PATCH] angstrom-feed-configs.bb: don't replace opkg-collateral

2015-09-30 Thread Koen Kooi

> Op 29 sep. 2015, om 22:38 heeft Max Krummenacher  het 
> volgende geschreven:
> 
> 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 


Applied to master and v2015.06, thanks!
___
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel


[Angstrom-devel] [meta-angstrom][PATCH] angstrom-feed-configs.bb: don't replace opkg-collateral

2015-09-29 Thread Max Krummenacher
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 
---
 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 () {
-- 
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