aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorDiego Rondini <diego.ml@zoho.com>2014-03-27 13:10:41 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-03-29 22:44:13 +0100
commit2076891a3f97d33ddd0485211b905abd4d9fbbcf (patch)
tree82df375e53e10ec185d1d08660084221d72557dc /meta-oe/recipes-devtools
parent822870b0e458c56cd9594044ff738579e728a851 (diff)
downloadmeta-openembedded-contrib-2076891a3f97d33ddd0485211b905abd4d9fbbcf.tar.gz
python-autobahn: upgrade to version 0.8.6
Changes: * upgraded python-autobahn to latest upstream * updated license checksum because upstream increased copyright year from 2013 to 2014 Signed-off-by: Diego Rondini <diego.ml@zoho.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb (renamed from meta-oe/recipes-devtools/python/python-autobahn_0.5.14.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/python/python-autobahn_0.5.14.bb b/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb
index 0208c8b50e..a1e8c5f98b 100644
--- a/meta-oe/recipes-devtools/python/python-autobahn_0.5.14.bb
+++ b/meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb
@@ -5,10 +5,10 @@ HOMEPAGE = "http://autobahn.ws/python"
SECTION = "console/network"
LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = " file://autobahn/__init__.py;beginline=1;endline=17;md5=81964ceb3ab93bfb5e8cfbcd26f3af9c"
+LIC_FILES_CHKSUM = " file://autobahn/__init__.py;beginline=1;endline=17;md5=1fdeccf6e5b70cda64cc1345597c18e3"
SRC_URI = "https://pypi.python.org/packages/source/a/autobahn/autobahn-${PV}.zip"
-SRC_URI[md5sum] = "e2c80ba3e46428b32837537609d4d582"
+SRC_URI[md5sum] = "160429e7fb043940e79aa7f4ebbab57a"
S = "${WORKDIR}/autobahn-${PV}"