diff options
| author | Ross Burton <ross@burtonini.com> | 2021-09-02 17:24:23 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-09-03 09:03:34 +0100 |
| commit | 95e494cefcff6bc98cdda65d76c9a2daac7fd372 (patch) | |
| tree | 528dba0456382aa22cf033c27281d13d527939a9 /meta/recipes-devtools/python-numpy | |
| parent | e3be13ae573418129eb7026c3b30b3c9914fa279 (diff) | |
| download | poky-95e494cefcff6bc98cdda65d76c9a2daac7fd372.tar.gz | |
python3-numpy: remove redundant BSD license
The license list already includes BSD-2-Clause and BSD-3-Clause, so
remove the redundant and ambiguous BSD license.
(From OE-Core rev: 7026bfa36aa07aa95e0e4ecf1787c09001a752bf)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python-numpy')
| -rw-r--r-- | meta/recipes-devtools/python-numpy/python3-numpy_1.21.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.21.2.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.21.2.bb index 2d4c62af81..8e09585712 100644 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.21.2.bb +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.21.2.bb | |||
| @@ -2,7 +2,7 @@ SUMMARY = "A sophisticated Numeric Processing Package for Python" | |||
| 2 | HOMEPAGE = "https://numpy.org/" | 2 | HOMEPAGE = "https://numpy.org/" |
| 3 | DESCRIPTION = "NumPy is the fundamental package needed for scientific computing with Python." | 3 | DESCRIPTION = "NumPy is the fundamental package needed for scientific computing with Python." |
| 4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
| 5 | LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & BSD & MIT" | 5 | LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF & Apache-2.0 & MIT" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b076ad374a7d311ba3126a22b2d52596" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b076ad374a7d311ba3126a22b2d52596" |
| 7 | 7 | ||
| 8 | SRCNAME = "numpy" | 8 | SRCNAME = "numpy" |
