[oe] [meta-python][PATCH 09/10] Python: xlrd: Clarify BSD license variant

Christophe PRIOUZEAU christophe.priouzeau at st.com
Thu Oct 24 09:20:38 UTC 2019


The License of python xlrd is BSD-3-Clause.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau at st.com>
---
 meta-python/recipes-devtools/python/python-xlrd.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-xlrd.inc b/meta-python/recipes-devtools/python/python-xlrd.inc
index 893e82e05..1478a474b 100644
--- a/meta-python/recipes-devtools/python/python-xlrd.inc
+++ b/meta-python/recipes-devtools/python/python-xlrd.inc
@@ -3,7 +3,7 @@ DESCRIPTION = "Extract data from Excel spreadsheets (.xls and .xlsx,\
  versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). \
 Strong support for Excel dates. Unicode-aware."
 HOMEPAGE = "http://www.python-excel.org/"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://PKG-INFO;md5=08bd814936237b6e1355e6370b24b2c1"
 
 SRC_URI[md5sum] = "b85c9916ac755cad489a9005f5a0d390"
-- 
2.17.1


More information about the Openembedded-devel mailing list