diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyusb.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyusb.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyusb.inc b/meta-python/recipes-devtools/python/python-pyusb.inc index baf2db5301..e783dd4325 100644 --- a/meta-python/recipes-devtools/python/python-pyusb.inc +++ b/meta-python/recipes-devtools/python/python-pyusb.inc | |||
@@ -1,6 +1,6 @@ | |||
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-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=51691ed11cc2c7ae93e383f60ed49b0f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=51691ed11cc2c7ae93e383f60ed49b0f" |
5 | DEPENDS += "libusb1" | 5 | DEPENDS += "libusb1" |
6 | 6 | ||