diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-18 17:15:36 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-20 16:45:25 +0000 |
commit | b0130fcf91daee0d905af755302fabe608da141c (patch) | |
tree | 7f69e68dff017ef101adcaf4120c4e4eeb344f0f /meta/recipes-devtools/python | |
parent | 301d24952e7f73d6e67a56b0960fa9a207abfdd1 (diff) | |
download | poky-b0130fcf91daee0d905af755302fabe608da141c.tar.gz |
meta/meta-selftest/meta-skeleton: Update LICENSE variable to use SPDX license identifiers
An automated conversion using scripts/contrib/convert-spdx-licenses.py to
convert to use the standard SPDX license identifiers. Two recipes in meta-selftest
were not converted as they're that way specifically for testing. A change in
linux-firmware was also skipped and may need a more manual tweak.
(From OE-Core rev: ceda3238cdbf1beb216ae9ddb242470d5dfc25e0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python')
10 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-devtools/python/python-nose.inc b/meta/recipes-devtools/python/python-nose.inc index dfae202299..08c380d637 100644 --- a/meta/recipes-devtools/python/python-nose.inc +++ b/meta/recipes-devtools/python/python-nose.inc | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://readthedocs.org/docs/nose/" | |||
3 | DESCRIPTION = "nose extends the test loading and running features of unittest, \ | 3 | DESCRIPTION = "nose extends the test loading and running features of unittest, \ |
4 | making it easier to write, find and run tests." | 4 | making it easier to write, find and run tests." |
5 | SECTION = "devel/python" | 5 | SECTION = "devel/python" |
6 | LICENSE = "LGPLv2.1" | 6 | LICENSE = "LGPL-2.1-only" |
7 | LIC_FILES_CHKSUM = "file://lgpl.txt;md5=a6f89e2100d9b6cdffcea4f398e37343" | 7 | LIC_FILES_CHKSUM = "file://lgpl.txt;md5=a6f89e2100d9b6cdffcea4f398e37343" |
8 | 8 | ||
9 | SRC_URI[md5sum] = "4d3ad0ff07b61373d2cefc89c5d0b20b" | 9 | SRC_URI[md5sum] = "4d3ad0ff07b61373d2cefc89c5d0b20b" |
diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb b/meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb index e64e343a1e..8d97f0d360 100644 --- a/meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb +++ b/meta/recipes-devtools/python/python3-dbusmock_0.25.0.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus" | 1 | SUMMARY = "With this program/Python library you can easily create mock objects on D-Bus" |
2 | HOMEPAGE = "https://pypi.org/project/python-dbusmock/" | 2 | HOMEPAGE = "https://pypi.org/project/python-dbusmock/" |
3 | 3 | ||
4 | LICENSE = "GPL-3.0" | 4 | LICENSE = "GPL-3.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "6f4ce7650ecbb022684dc158df720e199635f3a3df75f7020f4fe8f6ff0394db" | 7 | SRC_URI[sha256sum] = "6f4ce7650ecbb022684dc158df720e199635f3a3df75f7020f4fe8f6ff0394db" |
diff --git a/meta/recipes-devtools/python/python3-docutils_0.18.1.bb b/meta/recipes-devtools/python/python3-docutils_0.18.1.bb index e0fbb2c12d..4f60b05048 100644 --- a/meta/recipes-devtools/python/python3-docutils_0.18.1.bb +++ b/meta/recipes-devtools/python/python3-docutils_0.18.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Docutils is a modular system for processing documentation into useful formats" | 1 | SUMMARY = "Docutils is a modular system for processing documentation into useful formats" |
2 | HOMEPAGE = "http://docutils.sourceforge.net" | 2 | HOMEPAGE = "http://docutils.sourceforge.net" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "PSF & BSD-2-Clause & GPLv3" | 4 | LICENSE = "PSF-2.0 & BSD-2-Clause & GPL-3.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fecee07ad8df9116e1f739e2ed2ea513" | 5 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fecee07ad8df9116e1f739e2ed2ea513" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06" | 7 | SRC_URI[sha256sum] = "679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06" |
diff --git a/meta/recipes-devtools/python/python3-iniparse_0.5.bb b/meta/recipes-devtools/python/python3-iniparse_0.5.bb index b5812d90c3..c18949014b 100644 --- a/meta/recipes-devtools/python/python3-iniparse_0.5.bb +++ b/meta/recipes-devtools/python/python3-iniparse_0.5.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Accessing and Modifying INI files" | 1 | SUMMARY = "Accessing and Modifying INI files" |
2 | HOMEPAGE = "https://pypi.org/project/iniparse/" | 2 | HOMEPAGE = "https://pypi.org/project/iniparse/" |
3 | LICENSE = "MIT & PSF" | 3 | LICENSE = "MIT & PSF-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE-PSF;md5=1c78a5bb3584b353496d5f6f34edb4b2 \ | 4 | LIC_FILES_CHKSUM = "file://LICENSE-PSF;md5=1c78a5bb3584b353496d5f6f34edb4b2 \ |
5 | file://LICENSE;md5=52f28065af11d69382693b45b5a8eb54" | 5 | file://LICENSE;md5=52f28065af11d69382693b45b5a8eb54" |
6 | 6 | ||
diff --git a/meta/recipes-devtools/python/python3-numpy_1.22.2.bb b/meta/recipes-devtools/python/python3-numpy_1.22.2.bb index ba0a777551..52fbca94e2 100644 --- a/meta/recipes-devtools/python/python3-numpy_1.22.2.bb +++ b/meta/recipes-devtools/python/python3-numpy_1.22.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 & MIT" | 5 | LICENSE = "BSD-3-Clause & BSD-2-Clause & PSF-2.0 & Apache-2.0 & MIT" |
6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8026691468924fb6ec155dadfe2a1a7f" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8026691468924fb6ec155dadfe2a1a7f" |
7 | 7 | ||
8 | SRCNAME = "numpy" | 8 | SRCNAME = "numpy" |
diff --git a/meta/recipes-devtools/python/python3-pycairo_1.20.1.bb b/meta/recipes-devtools/python/python3-pycairo_1.20.1.bb index 9c88d998f9..5c236d40a3 100644 --- a/meta/recipes-devtools/python/python3-pycairo_1.20.1.bb +++ b/meta/recipes-devtools/python/python3-pycairo_1.20.1.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Python bindings for the Cairo canvas library" | |||
2 | HOMEPAGE = "http://cairographics.org/pycairo" | 2 | HOMEPAGE = "http://cairographics.org/pycairo" |
3 | BUGTRACKER = "http://bugs.freedesktop.org" | 3 | BUGTRACKER = "http://bugs.freedesktop.org" |
4 | SECTION = "python-devel" | 4 | SECTION = "python-devel" |
5 | LICENSE = "LGPLv2.1 & MPLv1.1" | 5 | LICENSE = "LGPL-2.1-only & MPL-1.1" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3713ca2c28d9312ad718520b6dc3eee \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f3713ca2c28d9312ad718520b6dc3eee \ |
7 | file://COPYING-LGPL-2.1;md5=fad9b3332be894bab9bc501572864b29 \ | 7 | file://COPYING-LGPL-2.1;md5=fad9b3332be894bab9bc501572864b29 \ |
8 | file://COPYING-MPL-1.1;md5=bfe1f75d606912a4111c90743d6c7325" | 8 | file://COPYING-MPL-1.1;md5=bfe1f75d606912a4111c90743d6c7325" |
diff --git a/meta/recipes-devtools/python/python3-pygobject_3.42.0.bb b/meta/recipes-devtools/python/python3-pygobject_3.42.0.bb index 74318337ba..360996dbb7 100644 --- a/meta/recipes-devtools/python/python3-pygobject_3.42.0.bb +++ b/meta/recipes-devtools/python/python3-pygobject_3.42.0.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Python GObject bindings" | |||
2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/pygobject" | 2 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/pygobject" |
3 | DESCRIPTION = "PyGObject is a Python package which provides bindings for GObject based libraries such as GTK, GStreamer, WebKitGTK, GLib, GIO and many more." | 3 | DESCRIPTION = "PyGObject is a Python package which provides bindings for GObject based libraries such as GTK, GStreamer, WebKitGTK, GLib, GIO and many more." |
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | LICENSE = "LGPLv2.1" | 5 | LICENSE = "LGPL-2.1-only" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7" |
7 | 7 | ||
8 | GNOMEBASEBUILDCLASS = "meson" | 8 | GNOMEBASEBUILDCLASS = "meson" |
diff --git a/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb b/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb index ae0154080b..316dc544de 100644 --- a/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb +++ b/meta/recipes-devtools/python/python3-rfc3987_1.3.8.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)" | 1 | SUMMARY = "Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)" |
2 | HOMEPAGE = "https://pypi.org/project/rfc3987/" | 2 | HOMEPAGE = "https://pypi.org/project/rfc3987/" |
3 | LICENSE = "GPLv3+" | 3 | LICENSE = "GPL-3.0-or-later" |
4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=9;md5=2b723edf67b2f3088bc5e339b1ceda2d" | 4 | LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=9;md5=2b723edf67b2f3088bc5e339b1ceda2d" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "b6c4028acdc788a9ba697e1c1d6b896c" | 6 | SRC_URI[md5sum] = "b6c4028acdc788a9ba697e1c1d6b896c" |
diff --git a/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb b/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb index aa2d5b46f0..b8e929ef88 100644 --- a/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb +++ b/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Strict, simple, lightweight RFC3339 function.s" | 1 | SUMMARY = "Strict, simple, lightweight RFC3339 function.s" |
2 | HOMEPAGE = "https://pypi.org/project/strict-rfc3339/" | 2 | HOMEPAGE = "https://pypi.org/project/strict-rfc3339/" |
3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPL-3.0-only" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8f0e2cd40e05189ec81232da84bd6e1a" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "4d9b635b4df885bc37bc1189d66c9abc" | 6 | SRC_URI[md5sum] = "4d9b635b4df885bc37bc1189d66c9abc" |
diff --git a/meta/recipes-devtools/python/python3_3.10.2.bb b/meta/recipes-devtools/python/python3_3.10.2.bb index 9c67461493..d07bb017ea 100644 --- a/meta/recipes-devtools/python/python3_3.10.2.bb +++ b/meta/recipes-devtools/python/python3_3.10.2.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "The Python Programming Language" | 1 | SUMMARY = "The Python Programming Language" |
2 | HOMEPAGE = "http://www.python.org" | 2 | HOMEPAGE = "http://www.python.org" |
3 | DESCRIPTION = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." | 3 | DESCRIPTION = "Python is a programming language that lets you work more quickly and integrate your systems more effectively." |
4 | LICENSE = "PSFv2" | 4 | LICENSE = "PSF-2.0" |
5 | SECTION = "devel/python" | 5 | SECTION = "devel/python" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4b8801e752a2c70ac41a5f9aa243f766" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4b8801e752a2c70ac41a5f9aa243f766" |