[oe-commits] [meta-openembedded] 19/34: pmtools: use update-alternatives for acpidump

git at git.openembedded.org git at git.openembedded.org
Sat May 25 14:13:02 UTC 2019


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

armin_kuster pushed a commit to branch warrior-next
in repository meta-openembedded.

commit 94fc8dac7817a44eade72d639691bb86f5d526ad
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Sun May 5 20:18:49 2019 -0700

    pmtools: 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: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-devtools/pmtools/pmtools_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/pmtools/pmtools_git.bb b/meta-oe/recipes-devtools/pmtools/pmtools_git.bb
index 8491fc9..9afcbbb 100644
--- a/meta-oe/recipes-devtools/pmtools/pmtools_git.bb
+++ b/meta-oe/recipes-devtools/pmtools/pmtools_git.bb
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
 inherit update-alternatives
 
 ALTERNATIVE_PRIORITY = "90"
-ALTERNATIVE_${PN} = "acpixtract"
+ALTERNATIVE_${PN} = "acpixtract acpidump"
 
 do_configure[noexec] = "1"
 do_compile() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list