aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-24 15:07:45 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-25 10:29:52 -0700
commit7e04c5e88dde0f1761b80e828099bfd3a8e43872 (patch)
treef1eed6960a16b901d603978d04b2b13c71141477
parente33675e6491a297ade9aad327cc3938d23292d26 (diff)
downloadmeta-openembedded-contrib-7e04c5e88dde0f1761b80e828099bfd3a8e43872.tar.gz
Python: flask wtf: Clarify BSD license variant
The License of python flask wtf is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python-flask-wtf.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask-wtf.inc b/meta-python/recipes-devtools/python/python-flask-wtf.inc
index 3c90656ad7..8636711536 100644
--- a/meta-python/recipes-devtools/python/python-flask-wtf.inc
+++ b/meta-python/recipes-devtools/python/python-flask-wtf.inc
@@ -1,5 +1,5 @@
DESCRIPTION = "Simple integration of Flask and WTForms."
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3ca6bb31670492f791e6a9f2fb9f8a80"
SRC_URI[md5sum] = "586f50f233926cade42e3d744aca3e8f"