diff options
author | Derek Straka <derek@asterius.io> | 2016-03-26 09:49:02 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-01 15:33:57 +0200 |
commit | 038931773a1ea0b6edffde8c493ff29bad3fbce3 (patch) | |
tree | b3e633de3f887f377bce49f7a8755e0d605f9ded /meta-oe/recipes-devtools/python | |
parent | abafa93afa12a0ce20ea4cdbbcde3909aafe5864 (diff) | |
download | meta-openembedded-038931773a1ea0b6edffde8c493ff29bad3fbce3.tar.gz |
python-simplejson: update to 3.8.2
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python')
-rw-r--r-- | meta-oe/recipes-devtools/python/python-simplejson_3.8.2.bb (renamed from meta-oe/recipes-devtools/python/python-simplejson_3.8.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/python/python-simplejson_3.8.1.bb b/meta-oe/recipes-devtools/python/python-simplejson_3.8.2.bb index 96c0aefe0..a2a6c400f 100644 --- a/meta-oe/recipes-devtools/python/python-simplejson_3.8.1.bb +++ b/meta-oe/recipes-devtools/python/python-simplejson_3.8.2.bb | |||
@@ -9,8 +9,8 @@ PR = "r1" | |||
9 | SRCNAME = "simplejson" | 9 | SRCNAME = "simplejson" |
10 | 10 | ||
11 | SRC_URI = "http://cheeseshop.python.org/packages/source/s/simplejson/${SRCNAME}-${PV}.tar.gz" | 11 | SRC_URI = "http://cheeseshop.python.org/packages/source/s/simplejson/${SRCNAME}-${PV}.tar.gz" |
12 | SRC_URI[md5sum] = "b8441f1053edd9dc335ded8c7f98a974" | 12 | SRC_URI[md5sum] = "53b1371bbf883b129a12d594a97e9a18" |
13 | SRC_URI[sha256sum] = "428ac8f3219c78fb04ce05895d5dff9bd813c05a9a7922c53dc879cd32a12493" | 13 | SRC_URI[sha256sum] = "d58439c548433adcda98e695be53e526ba940a4b9c44fb9a05d92cd495cdd47f" |
14 | 14 | ||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
16 | 16 | ||