diff options
author | Derek Straka <derek@asterius.io> | 2017-10-31 12:20:03 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-11-15 16:34:06 -0800 |
commit | afaaf4a8b7374835041d844becca2f7fb84fed14 (patch) | |
tree | 0d79e0bdf70899afac2ca3b756f1e71ec7d325ac /meta-python/recipes-devtools/python | |
parent | 057f53e0634c87f96b5748463928da39f6b200df (diff) | |
download | meta-openembedded-afaaf4a8b7374835041d844becca2f7fb84fed14.tar.gz |
python-pyusb: update to version 1.0.2
Update license checksum for copyright year update
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyusb.inc | 6 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyusb_1.0.2.bb (renamed from meta-python/recipes-devtools/python/python-pyusb_1.0.0b2.bb) | 2 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyusb_1.0.2.bb (renamed from meta-python/recipes-devtools/python/python3-pyusb_1.0.0b2.bb) | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyusb.inc b/meta-python/recipes-devtools/python/python-pyusb.inc index af2010964..30bbe85a9 100644 --- a/meta-python/recipes-devtools/python/python-pyusb.inc +++ b/meta-python/recipes-devtools/python/python-pyusb.inc | |||
@@ -1,10 +1,10 @@ | |||
1 | SUMMARY = "PyUSB provides USB access on the Python language" | 1 | SUMMARY = "PyUSB provides USB access on the Python language" |
2 | HOMEPAGE = "http://pyusb.sourceforge.net/" | 2 | HOMEPAGE = "http://pyusb.sourceforge.net/" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=50d46bda6248a0b4a46a6d59a66ee08e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=51691ed11cc2c7ae93e383f60ed49b0f" |
5 | DEPENDS += "libusb1" | 5 | DEPENDS += "libusb1" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "bc12e83ff3ef1045d4306d13a9955fc1" | 7 | SRC_URI[md5sum] = "862b56452c64948c787ad8ef9498590b" |
8 | SRC_URI[sha256sum] = "14ec66077bdcd6f1aa9e892a0a35a54bb3c1ec56aa740ead64349c18f0186d19" | 8 | SRC_URI[sha256sum] = "4e9b72cc4a4205ca64fbf1f3fff39a335512166c151ad103e55c8223ac147362" |
9 | 9 | ||
10 | inherit pypi | 10 | inherit pypi |
diff --git a/meta-python/recipes-devtools/python/python-pyusb_1.0.0b2.bb b/meta-python/recipes-devtools/python/python-pyusb_1.0.2.bb index bb73d9f78..99a795b22 100644 --- a/meta-python/recipes-devtools/python/python-pyusb_1.0.0b2.bb +++ b/meta-python/recipes-devtools/python/python-pyusb_1.0.2.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit distutils | 1 | inherit setuptools |
2 | require python-pyusb.inc | 2 | require python-pyusb.inc |
diff --git a/meta-python/recipes-devtools/python/python3-pyusb_1.0.0b2.bb b/meta-python/recipes-devtools/python/python3-pyusb_1.0.2.bb index 813e6f08c..1ecede7cf 100644 --- a/meta-python/recipes-devtools/python/python3-pyusb_1.0.0b2.bb +++ b/meta-python/recipes-devtools/python/python3-pyusb_1.0.2.bb | |||
@@ -1,2 +1,2 @@ | |||
1 | inherit distutils3 | 1 | inherit setuptools3 |
2 | require python-pyusb.inc | 2 | require python-pyusb.inc |