diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-24 09:34:39 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:51 -0700 |
commit | 14bbd8d32bbfad07ba0c724b8c98a2c00bbec832 (patch) | |
tree | dda302d9ae418df010e56aa0f93c8a64ba41e07d /meta-python/recipes-devtools/python/python-werkzeug.inc | |
parent | 0986d2db17c9a2450f1fd01939737c6a2c70a496 (diff) | |
download | meta-openembedded-14bbd8d32bbfad07ba0c724b8c98a2c00bbec832.tar.gz |
Python: werkzeug: Clarify BSD license variant
The License of python werkzeug is BSD-3-Clause.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-werkzeug.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-werkzeug.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-werkzeug.inc b/meta-python/recipes-devtools/python/python-werkzeug.inc index c04a4e0c4f..e630fdd098 100644 --- a/meta-python/recipes-devtools/python/python-werkzeug.inc +++ b/meta-python/recipes-devtools/python/python-werkzeug.inc | |||
@@ -7,7 +7,7 @@ HTTP utilities to handle entity tags, cache control headers, HTTP dates, \ | |||
7 | cookie handling, file uploads, a powerful URL routing system and a bunch \ | 7 | cookie handling, file uploads, a powerful URL routing system and a bunch \ |
8 | of community contributed addon modules." | 8 | of community contributed addon modules." |
9 | HOMEPAGE = "http://werkzeug.pocoo.org/" | 9 | HOMEPAGE = "http://werkzeug.pocoo.org/" |
10 | LICENSE = "BSD" | 10 | LICENSE = "BSD-3-Clause" |
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ed9a0b7c0254616d72dadb98b293ef1b" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ed9a0b7c0254616d72dadb98b293ef1b" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "6d20b5be2d245be4ac7706cc390d130c" | 13 | SRC_URI[md5sum] = "6d20b5be2d245be4ac7706cc390d130c" |