[oe-commits] [openembedded-core] 13/14: acpica: use update-alternatives for acpidump

git at git.openembedded.org git at git.openembedded.org
Wed May 8 09:33:56 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 09496c9e8bbc4306cd1b2d9e387a2b08b3251242
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>
---
 meta/recipes-extended/acpica/acpica_20190405.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/acpica/acpica_20190405.bb b/meta/recipes-extended/acpica/acpica_20190405.bb
index 0cd88d4..25ad7ce 100644
--- a/meta/recipes-extended/acpica/acpica_20190405.bb
+++ b/meta/recipes-extended/acpica/acpica_20190405.bb
@@ -26,7 +26,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