mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
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@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e35c64220f
commit
5a6e952b79
@ -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() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user