Python: pyserial: Clarify BSD license variant

The License of python pyserial 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:
Christophe PRIOUZEAU
2019-10-24 15:07:44 +00:00
committed by Khem Raj
parent 05812160bf
commit c9a22eb71b

View File

@@ -1,5 +1,5 @@
SUMMARY = "Serial Port Support for Python"
LICENSE = "BSD"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d476d94926db6e0008a5b3860d1f5c0d"
SRC_URI[md5sum] = "ed6183b15519a0ae96675e9c3330c69b"