diff options
Diffstat (limited to 'meta-python/recipes-extended')
-rw-r--r-- | meta-python/recipes-extended/pywbem/python-pywbem.inc | 9 | ||||
-rw-r--r-- | meta-python/recipes-extended/pywbem/python-pywbem_0.15.0.bb (renamed from meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-extended/pywbem/python3-pywbem_0.15.0.bb (renamed from meta-python/recipes-extended/pywbem/python3-pywbem_0.11.0.bb) | 0 |
3 files changed, 6 insertions, 3 deletions
diff --git a/meta-python/recipes-extended/pywbem/python-pywbem.inc b/meta-python/recipes-extended/pywbem/python-pywbem.inc index 5151c33ea..98508b0c3 100644 --- a/meta-python/recipes-extended/pywbem/python-pywbem.inc +++ b/meta-python/recipes-extended/pywbem/python-pywbem.inc | |||
@@ -14,12 +14,15 @@ It also provides a Python provider interface, and is the fastest and easiest \ | |||
14 | way to write providers on the planet." | 14 | way to write providers on the planet." |
15 | HOMEPAGE = "http://pywbem.github.io" | 15 | HOMEPAGE = "http://pywbem.github.io" |
16 | LICENSE = "LGPLv2.1" | 16 | LICENSE = "LGPLv2.1" |
17 | LIC_FILES_CHKSUM = "file://pywbem/LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" | 17 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" |
18 | SRC_URI[md5sum] = "1465dfa92e4cbe558c773838b9b00711" | ||
19 | SRC_URI[sha256sum] = "2a05f2c1a6ab4b08560a6da55fdaabd0f52f4d1e6df6e288b9ed927bf5c289ed" | ||
20 | 18 | ||
21 | inherit pypi | 19 | inherit pypi |
22 | 20 | ||
21 | SRCREV = "b3386b3bee8876d15f0745147c0b08937d8ab18e" | ||
22 | PYPI_SRC_URI = "git://github.com/pywbem/pywbem;protocol=https;branch=stable_0.15" | ||
23 | |||
24 | S = "${WORKDIR}/git" | ||
25 | |||
23 | DEPENDS += " \ | 26 | DEPENDS += " \ |
24 | ${PYTHON_PN}-ply-native \ | 27 | ${PYTHON_PN}-ply-native \ |
25 | ${PYTHON_PN}-pyyaml-native \ | 28 | ${PYTHON_PN}-pyyaml-native \ |
diff --git a/meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb b/meta-python/recipes-extended/pywbem/python-pywbem_0.15.0.bb index a699f1c7e..a699f1c7e 100644 --- a/meta-python/recipes-extended/pywbem/python-pywbem_0.11.0.bb +++ b/meta-python/recipes-extended/pywbem/python-pywbem_0.15.0.bb | |||
diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_0.11.0.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_0.15.0.bb index abfb8d920..abfb8d920 100644 --- a/meta-python/recipes-extended/pywbem/python3-pywbem_0.11.0.bb +++ b/meta-python/recipes-extended/pywbem/python3-pywbem_0.15.0.bb | |||