diff options
Diffstat (limited to 'meta-python/recipes-extended/pywbem')
| -rw-r--r-- | meta-python/recipes-extended/pywbem/python3-pywbem_1.0.2.bb (renamed from meta-python/recipes-extended/pywbem/python3-pywbem_0.17.4.bb) | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_0.17.4.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.0.2.bb index a804b0cc00..da731989da 100644 --- a/meta-python/recipes-extended/pywbem/python3-pywbem_0.17.4.bb +++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.0.2.bb | |||
| @@ -16,8 +16,8 @@ HOMEPAGE = "http://pywbem.github.io" | |||
| 16 | LICENSE = "LGPLv2.1" | 16 | LICENSE = "LGPLv2.1" |
| 17 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" | 17 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" |
| 18 | 18 | ||
| 19 | SRC_URI[md5sum] = "b65c03026bf2174e58e3e47a5e7e4825" | 19 | SRC_URI[md5sum] = "0f171e365e294554f8e7624ccf511067" |
| 20 | SRC_URI[sha256sum] = "5b54b65a5434bb16432415743c0d154feee0c6d7a8a2fee208719c67d6d24c97" | 20 | SRC_URI[sha256sum] = "66d8ec82d30f2b95d8b4bd51659429066c2879d3f46292561f5fdbc7fed10f3d" |
| 21 | 21 | ||
| 22 | inherit pypi setuptools3 update-alternatives | 22 | inherit pypi setuptools3 update-alternatives |
| 23 | 23 | ||
| @@ -27,12 +27,6 @@ DEPENDS += " \ | |||
| 27 | ${PYTHON_PN}-six-native \ | 27 | ${PYTHON_PN}-six-native \ |
| 28 | " | 28 | " |
| 29 | 29 | ||
| 30 | do_install_append() { | ||
| 31 | mv ${D}${bindir}/wbemcli.py ${D}${bindir}/pywbemcli | ||
| 32 | |||
| 33 | rm -f ${D}${bindir}/*.bat | ||
| 34 | } | ||
| 35 | |||
| 36 | RDEPENDS_${PN}_class-target += "\ | 30 | RDEPENDS_${PN}_class-target += "\ |
| 37 | ${PYTHON_PN}-datetime \ | 31 | ${PYTHON_PN}-datetime \ |
| 38 | ${PYTHON_PN}-io \ | 32 | ${PYTHON_PN}-io \ |
| @@ -46,10 +40,8 @@ RDEPENDS_${PN}_class-target += "\ | |||
| 46 | ${PYTHON_PN}-xml \ | 40 | ${PYTHON_PN}-xml \ |
| 47 | " | 41 | " |
| 48 | 42 | ||
| 49 | ALTERNATIVE_${PN} = "mof_compiler pywbemcli wbemcli" | 43 | ALTERNATIVE_${PN} = "mof_compiler" |
| 50 | ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler" | 44 | ALTERNATIVE_TARGET[mof_compiler] = "${bindir}/mof_compiler" |
| 51 | ALTERNATIVE_TARGET[pywbemcli] = "${bindir}/pywbemcli" | ||
| 52 | ALTERNATIVE_TARGET[wbemcli] = "${bindir}/wbemcli" | ||
| 53 | 45 | ||
| 54 | ALTERNATIVE_PRIORITY = "60" | 46 | ALTERNATIVE_PRIORITY = "60" |
| 55 | 47 | ||
