[oe-commits] Marc Ferland : autobahn: fix 'Missing sha256 SRC_URI checksum'

git at git.openembedded.org git at git.openembedded.org
Fri Apr 18 09:48:14 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: b78bb5e19f6046ec5ade51d9d218a867c501de50
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=b78bb5e19f6046ec5ade51d9d218a867c501de50

Author: Marc Ferland <ferlandm at sonatest.com>
Date:   Mon Apr 14 10:14:27 2014 -0400

autobahn: fix 'Missing sha256 SRC_URI checksum'

Signed-off-by: Marc Ferland <ferlandm at sonatest.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb | 1 +
 1 file changed, 1 insertion(+)

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 a1e8c5f..ac775c4 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}"
 



More information about the Openembedded-commits mailing list