diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-25 07:40:44 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-26 02:41:33 -0700 |
commit | a0d0dbefe08cb421c2f76b6484f18501385e7572 (patch) | |
tree | 78c6831ecdedf827b3c76b75fa716a52eb26045e /meta-python/recipes-devtools/python/python-pyusb.inc | |
parent | 07ae17981b4c2cad8f1e9b1b78de2ad2c33c41f4 (diff) | |
download | meta-openembedded-a0d0dbefe08cb421c2f76b6484f18501385e7572.tar.gz |
Python: pyusb: Clarify BSD license variant
The License of python pyusb is BSD-3-Clause.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 | ||