aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-25 07:40:44 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-26 02:41:33 -0700
commita0d0dbefe08cb421c2f76b6484f18501385e7572 (patch)
tree78c6831ecdedf827b3c76b75fa716a52eb26045e /meta-python/recipes-devtools/python
parent07ae17981b4c2cad8f1e9b1b78de2ad2c33c41f4 (diff)
downloadmeta-openembedded-contrib-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')
-rw-r--r--meta-python/recipes-devtools/python/python-pyusb.inc2
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 @@
SUMMARY = "PyUSB provides USB access on the Python language"
HOMEPAGE = "http://pyusb.sourceforge.net/"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=51691ed11cc2c7ae93e383f60ed49b0f"
DEPENDS += "libusb1"