mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-23 05:10:42 +00:00
* LICENSE.txt move to toplevel * Use github for SRC_UTI, pypi source does not build Signed-off-by: Khem Raj <raj.khem@gmail.com>
10 lines
313 B
BlitzBasic
10 lines
313 B
BlitzBasic
require python-pywbem.inc
|
|
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"
|