aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Ferland <ferlandm@sonatest.com>2014-04-14 10:14:27 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 11:19:10 +0200
commit1d0df0362d7814a33461408a78124ad3cbafa554 (patch)
tree365523c6715e862781212ef4b96e4a82a3dfdd24
parente4ff69be06c49c23ad7306431276c2dd44dfbbdb (diff)
downloadmeta-openembedded-contrib-1d0df0362d7814a33461408a78124ad3cbafa554.tar.gz
autobahn: fix 'Missing sha256 SRC_URI checksum'
Signed-off-by: Marc Ferland <ferlandm@sonatest.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb b/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb
index a1e8c5f98b..ac775c4c33 100644
--- a/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb
+++ b/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb
@@ -9,6 +9,7 @@ LIC_FILES_CHKSUM = " file://autobahn/__init__.py;beginline=1;endline=17;md5=1fde
SRC_URI = "https://pypi.python.org/packages/source/a/autobahn/autobahn-${PV}.zip"
SRC_URI[md5sum] = "160429e7fb043940e79aa7f4ebbab57a"
+SRC_URI[sha256sum] = "94ae5c6f37f9fe7c9d3f12c170fcc273afed4104a1c5508b26d6014bb9e6373e"
S = "${WORKDIR}/autobahn-${PV}"