diff options
-rw-r--r-- | meta-python/recipes-extended/pywbem/python3-pywbem_0.11.0.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_0.11.0.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_0.11.0.bb index 6a35a87442..abfb8d9202 100644 --- a/meta-python/recipes-extended/pywbem/python3-pywbem_0.11.0.bb +++ b/meta-python/recipes-extended/pywbem/python3-pywbem_0.11.0.bb | |||
@@ -1,2 +1,9 @@ | |||
1 | require python-pywbem.inc | 1 | require python-pywbem.inc |
2 | inherit setuptools3 | 2 | inherit setuptools3 update-alternatives |
3 | |||
4 | ALTERNATIVE_${PN} = "mof_compiler pywbemcli wbemcli" | ||
5 | ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler" | ||
6 | ALTERNATIVE_TARGET[pywbemcli] = "${bindir}/pywbemcli" | ||
7 | ALTERNATIVE_TARGET[wbemcli] = "${bindir}/wbemcli" | ||
8 | |||
9 | ALTERNATIVE_PRIORITY = "60" | ||