diff options
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb b/meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb index 7410749071..a699f1c7e3 100644 --- a/meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb +++ b/meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | require python-pywbem.inc | 1 | require python-pywbem.inc |
| 2 | inherit setuptools | 2 | inherit setuptools update-alternatives |
| 3 | 3 | ||
| 4 | DEPENDS += " \ | 4 | DEPENDS += " \ |
| 5 | ${PYTHON_PN}-m2crypto-native \ | 5 | ${PYTHON_PN}-m2crypto-native \ |
| @@ -11,3 +11,10 @@ RDEPENDS_${PN}_class-target += "\ | |||
| 11 | ${PYTHON_PN}-m2crypto \ | 11 | ${PYTHON_PN}-m2crypto \ |
| 12 | ${PYTHON_PN}-subprocess \ | 12 | ${PYTHON_PN}-subprocess \ |
| 13 | " | 13 | " |
| 14 | |||
| 15 | ALTERNATIVE_${PN} = "mof_compiler pywbemcli wbemcli" | ||
| 16 | ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler" | ||
| 17 | ALTERNATIVE_TARGET[pywbemcli] = "${bindir}/pywbemcli" | ||
| 18 | ALTERNATIVE_TARGET[wbemcli] = "${bindir}/wbemcli" | ||
| 19 | |||
| 20 | ALTERNATIVE_PRIORITY = "30" | ||
