diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2022-02-27 19:21:36 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-01 23:44:59 +0000 |
commit | 83766c9fffa45cd3a94cf8076f7c8f45aba11a12 (patch) | |
tree | 86f6f27a115e7416bf3cae085ef6d82f9ecbccb1 /meta/recipes-devtools/icecc-create-env | |
parent | 68d1a56e987ee530620bdf245ddf1812f8cf6d39 (diff) | |
download | poky-83766c9fffa45cd3a94cf8076f7c8f45aba11a12.tar.gz |
meta, meta-selftest: Replace more non-SPDX license identifiers
In commit ceda3238 (meta/meta-selftest/meta-skeleton: Update LICENSE
variable to use SPDX license identifiers) all LICENSE variables were
updated to only use SPDX license identifiers.
This does the same for comments and other variables where it is
appropriate to use the official SPDX license identifiers. There are
still references to, e.g., "GPLv3", but they are then typically in
descriptive text where they refer to the license in a generic sense.
(From OE-Core rev: 165759dced7fbe73b1db2ede67047896071dc6d0)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/icecc-create-env')
-rw-r--r-- | meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb b/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb index ea95588c8c..b716b0245b 100644 --- a/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb +++ b/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "icecc environment setup script" | |||
2 | DESCRIPTION = "This is a version of the icecc-create-env script that has \ | 2 | DESCRIPTION = "This is a version of the icecc-create-env script that has \ |
3 | been modified in order to make it work with OE." | 3 | been modified in order to make it work with OE." |
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | # source file has just a "GPL" word, but upstream is GPLv2+. | 5 | # source file has just a "GPL" word, but upstream is GPL-2.0-or-later. |
6 | # most probably just GPL would be a mistake | 6 | # most probably just GPL would be a mistake |
7 | LICENSE = "GPL-2.0-or-later" | 7 | LICENSE = "GPL-2.0-or-later" |
8 | LIC_FILES_CHKSUM = "file://icecc-create-env;beginline=2;endline=5;md5=ae1df3d6a058bfda40b66094c5f6065f" | 8 | LIC_FILES_CHKSUM = "file://icecc-create-env;beginline=2;endline=5;md5=ae1df3d6a058bfda40b66094c5f6065f" |