summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2018-02-26 23:02:34 -0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-02-27 07:59:32 -0500
commit15ec4cbd03c9c5372b59eb9c2eecc1512bd1c99e (patch)
treed5e3012201c49dbf705d6d6741e3e4cdb33fa0b0 /recipes-devtools
parentaae8b860aa07b249ec85cfa6031043950df462c7 (diff)
downloadmeta-cloud-services-15ec4cbd03c9c5372b59eb9c2eecc1512bd1c99e.tar.gz
python-pyparsing: fix SRC_URI's checksum
The checksum was changed because the source was changed from .zip to .tar.gz, see 3d512115129e2cea97067d23cb72fea62b70dd39 for more details. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python-pyparsing_2.0.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/python/python-pyparsing_2.0.1.bb b/recipes-devtools/python/python-pyparsing_2.0.1.bb
index 2ef6df9..c19f137 100644
--- a/recipes-devtools/python/python-pyparsing_2.0.1.bb
+++ b/recipes-devtools/python/python-pyparsing_2.0.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=fb46329938e6bc829b256e37d5c1e31a"
6 6
7SRC_URI[md5sum] = "dc7036a6f1ab01c3baed3d97af8d77c0" 7SRC_URI[md5sum] = "37adec94104b98591507218bc82e7c31"
8SRC_URI[sha256sum] = "7e1766ee747cca79fe172b670fd53ef58fc55d2b1804fd6c66d857abb62d143a" 8SRC_URI[sha256sum] = "0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4"
9 9
10inherit distutils pypi 10inherit distutils pypi