aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-25 07:40:41 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-26 02:41:33 -0700
commite46867f96f0083fbc1ba369260d5b0878483228d (patch)
treefd521fb4c2f6f6eed1fcd733f2a8bf1d916ce73f
parentfa43a10ea324dbb04804f2c500a9ad1bcddf8426 (diff)
downloadmeta-openembedded-contrib-e46867f96f0083fbc1ba369260d5b0878483228d.tar.gz
Python: flask bcrypt: Clarify BSD license variant
The License of python flask bcrypt 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-bcrypt_0.7.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-flask-bcrypt_0.7.1.bb b/meta-python/recipes-devtools/python/python-flask-bcrypt_0.7.1.bb
index f035862de3..d090b345ef 100644
--- a/meta-python/recipes-devtools/python/python-flask-bcrypt_0.7.1.bb
+++ b/meta-python/recipes-devtools/python/python-flask-bcrypt_0.7.1.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Bcrypt hashing for Flask."
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=0ee2ee5bee7fe96597770e92db5719a8"
SRC_URI[md5sum] = "d345c36ac6637d3ca9fa942e238d00ca"