diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-25 07:39:34 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-26 02:41:33 -0700 |
commit | 9376fd7c007244f1919fa1e97f449991431b4c06 (patch) | |
tree | 47195aec9bdce895a6191fdd6bb5fdea0dd010b6 /meta-python/recipes-devtools/python/python-xxhash.inc | |
parent | 7ba62cd2daee3b1816c88ea48010a6909ad727fb (diff) | |
download | meta-openembedded-9376fd7c007244f1919fa1e97f449991431b4c06.tar.gz |
Python: xxhash: Clarify BSD license variant
The License of python xxhash is BSD-2-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-xxhash.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-xxhash.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-xxhash.inc b/meta-python/recipes-devtools/python/python-xxhash.inc index 93b2a15a74..1ec3937b13 100644 --- a/meta-python/recipes-devtools/python/python-xxhash.inc +++ b/meta-python/recipes-devtools/python/python-xxhash.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "xxhash is a Python binding for the xxHash library by Yann Collet." | 1 | SUMMARY = "xxhash is a Python binding for the xxHash library by Yann Collet." |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD-2-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5a8d76283514a1b7e6a414aba38629b5" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5a8d76283514a1b7e6a414aba38629b5" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "80461eff10ac62214fa788a6045aab43" | 6 | SRC_URI[md5sum] = "80461eff10ac62214fa788a6045aab43" |