diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-06-26 14:00:56 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-27 22:17:33 -0700 |
commit | 720c3af048875f016fca6e2d6b37053db319a744 (patch) | |
tree | 4878efadf4ba99513285d517057478343c02c32b | |
parent | 7f7778ef4302a4106e15506f5d069df851645769 (diff) | |
download | meta-openembedded-720c3af048875f016fca6e2d6b37053db319a744.tar.gz |
python(3)-pyasn1: upgrade 0.4.2 -> 0.4.3
The license checksum changes but the license remains the same.
The change is only about year, 2017 -> 2018.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyasn1.inc | 7 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyasn1_0.4.3.bb (renamed from meta-python/recipes-devtools/python/python-pyasn1_0.4.2.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyasn1_0.4.3.bb (renamed from meta-python/recipes-devtools/python/python3-pyasn1_0.4.2.bb) | 0 |
3 files changed, 4 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyasn1.inc b/meta-python/recipes-devtools/python/python-pyasn1.inc index f3c32e08a..614b6d4ed 100644 --- a/meta-python/recipes-devtools/python/python-pyasn1.inc +++ b/meta-python/recipes-devtools/python/python-pyasn1.inc | |||
@@ -1,10 +1,11 @@ | |||
1 | SUMMARY = "Python library implementing ASN.1 types." | 1 | SUMMARY = "Python library implementing ASN.1 types." |
2 | HOMEPAGE = "http://pyasn1.sourceforge.net/" | 2 | HOMEPAGE = "http://pyasn1.sourceforge.net/" |
3 | LICENSE = "BSD-2-Clause" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=280606d9c18f200e03e0c247ac61475a" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=815ac3f9ca693006349094b358ab3155" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "cb5883ddc6a9f405600429f37cf0759c" | 6 | |
7 | SRC_URI[sha256sum] = "d258b0a71994f7770599835249cece1caef3c70def868c4915e6e5ca49b67d15" | 7 | SRC_URI[sha256sum] = "fb81622d8f3509f0026b0683fe90fea27be7284d3826a5f2edf97f69151ab0fc" |
8 | SRC_URI[md5sum] = "311fff5b2a1303a8cdc334c8867a06f4" | ||
8 | 9 | ||
9 | RDEPENDS_${PN}_class-target += " \ | 10 | RDEPENDS_${PN}_class-target += " \ |
10 | ${PYTHON_PN}-codecs \ | 11 | ${PYTHON_PN}-codecs \ |
diff --git a/meta-python/recipes-devtools/python/python-pyasn1_0.4.2.bb b/meta-python/recipes-devtools/python/python-pyasn1_0.4.3.bb index a13c74dda..a13c74dda 100644 --- a/meta-python/recipes-devtools/python/python-pyasn1_0.4.2.bb +++ b/meta-python/recipes-devtools/python/python-pyasn1_0.4.3.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-pyasn1_0.4.2.bb b/meta-python/recipes-devtools/python/python3-pyasn1_0.4.3.bb index a5e2a7136..a5e2a7136 100644 --- a/meta-python/recipes-devtools/python/python3-pyasn1_0.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyasn1_0.4.3.bb | |||