diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-09-18 09:57:27 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-09-20 08:43:37 -0700 |
commit | bc614d67f01ce262ea6e9f9c5fc93cc104bc5124 (patch) | |
tree | 66585fecdb8d2e6aa4bb2d93a01d23b4dcec84f5 /meta-python | |
parent | 60490f912bc96ef530f076f9677a8b6dc48886bb (diff) | |
download | meta-openembedded-bc614d67f01ce262ea6e9f9c5fc93cc104bc5124.tar.gz |
python3-mpmath: set precise BSD license
"BSD" is ambiguous, use the precise licenses BSD-3-Clause
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb b/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb index e1c52e7ba..3337df490 100644 --- a/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-mpmath_1.2.1.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | SUMMARY = "Python library for arbitrary-precision floating-point arithmetic" | 4 | SUMMARY = "Python library for arbitrary-precision floating-point arithmetic" |
5 | HOMEPAGE = "https://pypi.org/project/mpmath/" | 5 | HOMEPAGE = "https://pypi.org/project/mpmath/" |
6 | LICENSE = "BSD" | 6 | LICENSE = "BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=71970bd3749eebe1bfef9f1efff5b37a" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=71970bd3749eebe1bfef9f1efff5b37a" |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c4216a81a" | 9 | SRC_URI[sha256sum] = "79ffb45cf9f4b101a807595bcb3e72e0396202e0b1d25d689134b48c4216a81a" |