diff options
-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" | |||
5 | SECTION = "console/network" | 5 | SECTION = "console/network" |
6 | 6 | ||
7 | LICENSE = "Apache-2.0" | 7 | LICENSE = "Apache-2.0" |
8 | LIC_FILES_CHKSUM = " file://autobahn/__init__.py;beginline=1;endline=17;md5=81964ceb3ab93bfb5e8cfbcd26f3af9c" | 8 | LIC_FILES_CHKSUM = " file://autobahn/__init__.py;beginline=1;endline=17;md5=1fdeccf6e5b70cda64cc1345597c18e3" |
9 | 9 | ||
10 | SRC_URI = "https://pypi.python.org/packages/source/a/autobahn/autobahn-${PV}.zip" | 10 | SRC_URI = "https://pypi.python.org/packages/source/a/autobahn/autobahn-${PV}.zip" |
11 | SRC_URI[md5sum] = "e2c80ba3e46428b32837537609d4d582" | 11 | SRC_URI[md5sum] = "160429e7fb043940e79aa7f4ebbab57a" |
12 | 12 | ||
13 | S = "${WORKDIR}/autobahn-${PV}" | 13 | S = "${WORKDIR}/autobahn-${PV}" |
14 | 14 | ||