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 <max.oss.09@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
58b6ffcf19
commit
e5a2191daa
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user