diff options
author | Derek Straka <derek@asterius.io> | 2017-11-27 15:00:02 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-11-30 09:13:32 -0800 |
commit | e08670d4362b57373557fbe6b31cbffffa465acc (patch) | |
tree | e1b541c09c8a836734af2ebbc63cc3f771fd9078 /meta-python/recipes-devtools/python/python-pyasn1.inc | |
parent | 5885bd63665e498b00f7bfc0b496fe1217041aa4 (diff) | |
download | meta-openembedded-e08670d4362b57373557fbe6b31cbffffa465acc.tar.gz |
python-pyasn1: update to version 0.4.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyasn1.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyasn1.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyasn1.inc b/meta-python/recipes-devtools/python/python-pyasn1.inc index aa375f66ce..2539101ce3 100644 --- a/meta-python/recipes-devtools/python/python-pyasn1.inc +++ b/meta-python/recipes-devtools/python/python-pyasn1.inc | |||
@@ -3,8 +3,8 @@ 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=280606d9c18f200e03e0c247ac61475a" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "d58ecd0d9ff07218073c5acb12974254" | 6 | SRC_URI[md5sum] = "cb5883ddc6a9f405600429f37cf0759c" |
7 | SRC_URI[sha256sum] = "187f2a66d617683f8e82d5c00033b7c8a0287e1da88a9d577aebec321cad4965" | 7 | SRC_URI[sha256sum] = "d258b0a71994f7770599835249cece1caef3c70def868c4915e6e5ca49b67d15" |
8 | 8 | ||
9 | RDEPENDS_${PN}_class-target += " \ | 9 | RDEPENDS_${PN}_class-target += " \ |
10 | ${PYTHON_PN}-codecs \ | 10 | ${PYTHON_PN}-codecs \ |