[oe-commits] [openembedded-core] 19/24: acpica: use update-alternatives for acpidump

git at git.openembedded.org git at git.openembedded.org
Mon May 20 13:39:26 UTC 2019


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 <hongxu.jia at windriver.com>
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 <hongxu.jia at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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.


More information about the Openembedded-commits mailing list