summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-extended/pywbem/python3-pywbem_0.11.0.bb9
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 @@
1require python-pywbem.inc 1require python-pywbem.inc
2inherit setuptools3 2inherit setuptools3 update-alternatives
3
4ALTERNATIVE_${PN} = "mof_compiler pywbemcli wbemcli"
5ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler"
6ALTERNATIVE_TARGET[pywbemcli] = "${bindir}/pywbemcli"
7ALTERNATIVE_TARGET[wbemcli] = "${bindir}/wbemcli"
8
9ALTERNATIVE_PRIORITY = "60"