mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 23:10:30 +00:00
python3-pywbem:solved the conflict with python-pywbem
-Use update-alternatives class to resolve conflicts with python-pywbem. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
cdc7467631
commit
cc1ac60594
@ -1,2 +1,9 @@
|
||||
require python-pywbem.inc
|
||||
inherit setuptools3
|
||||
inherit setuptools3 update-alternatives
|
||||
|
||||
ALTERNATIVE_${PN} = "mof_compiler pywbemcli wbemcli"
|
||||
ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler"
|
||||
ALTERNATIVE_TARGET[pywbemcli] = "${bindir}/pywbemcli"
|
||||
ALTERNATIVE_TARGET[wbemcli] = "${bindir}/wbemcli"
|
||||
|
||||
ALTERNATIVE_PRIORITY = "60"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user