mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-29 21:11:15 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
07ae17981b
commit
a0d0dbefe0
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user