mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
822870b0e4
commit
2076891a3f
+2
-2
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user