This seems to be causing: WARNING: acpica-20180508-r0 do_package: acpica: alternative target (/usr/bin/acpidump or /usr/bin/acpidump.acpica) does not exist, skipping... WARNING: acpica-20180508-r0 do_package: acpica: NOT adding alternative provide /usr/bin/acpidump: /usr/bin/acpidump.acpica does not exist WARNING: acpica-20180508-r0 do_package: acpica: alt_link == alt_target: /usr/bin/acpidump == /usr/bin/acpidump
because the 20180508 version in warrior unlike the 20190405 in master doesn't install acpidump binary. Please revert from warrior. On Mon, May 20, 2019 at 3:39 PM <[email protected]> wrote: > This is an automated email from the git hooks/post-receive script. > > rpurdie pushed a commit to branch warrior > in repository openembedded-core. > > commit c3a325b5c2d9315629d014e5ebba552fe045171c > Author: Hongxu Jia <[email protected]> > AuthorDate: Mon May 6 10:37:27 2019 +0800 > > acpica: use update-alternatives for acpidump > > acpidump is both provided by acpica and pmtools, so use > update-alternatives to fix conflicts: > ... > |Error: Transaction check error: > | file /usr/bin/acpidump conflicts between attempted installs of > pmtools-20130209+git0+3ebe0e54c5-r0.i586 and acpica-20190405-r0.i586 > ... > > Signed-off-by: Hongxu Jia <[email protected]> > Signed-off-by: Richard Purdie <[email protected]> > Signed-off-by: Armin Kuster <[email protected]> > --- > meta/recipes-extended/acpica/acpica_20180508.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-extended/acpica/acpica_20180508.bb > b/meta/recipes-extended/acpica/acpica_20180508.bb > index b5c89fa..cd5f466 100644 > --- a/meta/recipes-extended/acpica/acpica_20180508.bb > +++ b/meta/recipes-extended/acpica/acpica_20180508.bb > @@ -29,7 +29,7 @@ S = "${WORKDIR}/acpica-unix2-${PV}" > inherit update-alternatives > > ALTERNATIVE_PRIORITY = "100" > -ALTERNATIVE_${PN} = "acpixtract" > +ALTERNATIVE_${PN} = "acpixtract acpidump" > > EXTRA_OEMAKE = "CC='${CC}' 'OPT_CFLAGS=-Wall'" > > > -- > To stop receiving notification emails like this one, please contact > the administrator of this repository. > -- > _______________________________________________ > Openembedded-commits mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-commits >
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
