mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
68d1a56e98
commit
83766c9fff
@@ -2,7 +2,7 @@ require gcc-configure-common.inc
|
||||
|
||||
SUMMARY = "Runtime libraries from GCC"
|
||||
|
||||
# Over-ride the LICENSE set by gcc-${PV}.inc to remove "& GPLv3"
|
||||
# Over-ride the LICENSE set by gcc-${PV}.inc to remove "& GPL-3.0-only"
|
||||
# All gcc-runtime packages are now covered by the runtime exception.
|
||||
LICENSE = "GPL-3.0-with-GCC-exception"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user