diff options
-rw-r--r-- | meta-oe/recipes-devtools/python/python-autobahn_0.8.6.bb | 1 |
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 | |||
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] = "160429e7fb043940e79aa7f4ebbab57a" | 11 | SRC_URI[md5sum] = "160429e7fb043940e79aa7f4ebbab57a" |
12 | SRC_URI[sha256sum] = "94ae5c6f37f9fe7c9d3f12c170fcc273afed4104a1c5508b26d6014bb9e6373e" | ||
12 | 13 | ||
13 | S = "${WORKDIR}/autobahn-${PV}" | 14 | S = "${WORKDIR}/autobahn-${PV}" |
14 | 15 | ||