summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/pywbem/python3-pywbem_0.15.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-extended/pywbem/python3-pywbem_0.15.0.bb')
-rw-r--r--meta-python/recipes-extended/pywbem/python3-pywbem_0.15.0.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_0.15.0.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_0.15.0.bb
new file mode 100644
index 000000000..abfb8d920
--- /dev/null
+++ b/meta-python/recipes-extended/pywbem/python3-pywbem_0.15.0.bb
@@ -0,0 +1,9 @@
1require python-pywbem.inc
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"