aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-12-07 15:42:45 -0800
committerTim Orling <ticotimo@gmail.com>2020-01-18 22:09:59 -0800
commit4210519733de98bf02e90af7c6622622687f58e7 (patch)
tree3ca9f128a4178427fad1c4a12010b17db3aeea3c /recipes-extended
parent63460820c89baecd498097ca63b7be1f298ef0c2 (diff)
downloadmeta-python2-4210519733de98bf02e90af7c6622622687f58e7.tar.gz
python-pywbem: Update to 0.15.0
License-Update: LICENSE.txt move to toplevel * Use github for SRC_URI, pypi source does not build (From meta-openembedded commit: 479c420882de546314bc5a484c57b99c22607dba) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/pywbem/python-pywbem_0.15.0.bb (renamed from recipes-extended/pywbem/python-pywbem_0.11.0.bb)11
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes-extended/pywbem/python-pywbem_0.11.0.bb b/recipes-extended/pywbem/python-pywbem_0.15.0.bb
index ef5cc57..8264bd5 100644
--- a/recipes-extended/pywbem/python-pywbem_0.11.0.bb
+++ b/recipes-extended/pywbem/python-pywbem_0.15.0.bb
@@ -1,4 +1,3 @@
-
SUMMARY = "Python WBEM Client and Provider Interface"
DESCRIPTION = "\
A Python library for making CIM (Common Information Model) operations over \
@@ -17,11 +16,14 @@ HOMEPAGE = "http://pywbem.github.io"
SECTION = "devel/python"
LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://pywbem/LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
+
+inherit pypi setuptools update-alternatives
-SRC_URI[md5sum] = "1465dfa92e4cbe558c773838b9b00711"
-SRC_URI[sha256sum] = "2a05f2c1a6ab4b08560a6da55fdaabd0f52f4d1e6df6e288b9ed927bf5c289ed"
+SRCREV = "b3386b3bee8876d15f0745147c0b08937d8ab18e"
+PYPI_SRC_URI = "git://github.com/pywbem/pywbem;protocol=https;branch=stable_0.15"
+S = "${WORKDIR}/git"
DEPENDS += " \
${PYTHON_PN}-m2crypto-native \
@@ -31,7 +33,6 @@ DEPENDS += " \
${PYTHON_PN}-typing-native \
"
-inherit pypi setuptools update-alternatives
do_install_append() {
mv ${D}${bindir}/wbemcli.py ${D}${bindir}/pywbemcli