mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +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:
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
|
|||||||
inherit update-alternatives
|
inherit update-alternatives
|
||||||
|
|
||||||
ALTERNATIVE_PRIORITY = "90"
|
ALTERNATIVE_PRIORITY = "90"
|
||||||
ALTERNATIVE_${PN} = "acpixtract"
|
ALTERNATIVE_${PN} = "acpixtract acpidump"
|
||||||
|
|
||||||
do_configure[noexec] = "1"
|
do_configure[noexec] = "1"
|
||||||
do_compile() {
|
do_compile() {
|
||||||
|
|||||||
Reference in New Issue
Block a user