diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-24 09:34:38 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:51 -0700 |
commit | bba01f4971f20d27eda76b82cc3d53be3bc4fe05 (patch) | |
tree | dd3101e7d27de3bc1702bb1fd2a26e16c52d72d3 /meta-python/recipes-devtools/python/python-isodate.inc | |
parent | 1f32b2b8731b629f9f63fa2a5fe174d99037064e (diff) | |
download | meta-openembedded-bba01f4971f20d27eda76b82cc3d53be3bc4fe05.tar.gz |
Python: isodate: Clarify BSD license variant
The License of python isodate 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-isodate.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-isodate.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-isodate.inc b/meta-python/recipes-devtools/python/python-isodate.inc index 3cb6bb8167..8c128919e0 100644 --- a/meta-python/recipes-devtools/python/python-isodate.inc +++ b/meta-python/recipes-devtools/python/python-isodate.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "ISO 8601 date/time parser" | 1 | SUMMARY = "ISO 8601 date/time parser" |
2 | LICENSE = "BSD" | 2 | LICENSE = "BSD-3-Clause" |
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" | 3 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=e910b35b0ef4e1f665b9a75d6afb7709" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "0e1203fce27ce65e2d01c5f21c4d428f" | 5 | SRC_URI[md5sum] = "0e1203fce27ce65e2d01c5f21c4d428f" |