[PATCH v2 1/2] arm-toolchain/external-arm-toolchain: fix license
Ross Burton <[email protected]> Wed, 22 Jul 2026 15:02:19 +0100
| Newsgroups | org.yoctoproject.lists.meta-arm |
|---|---|
| Message-ID | <[email protected]> |
Part of the GCC license is -only, not -or-later. Thanks to Denys Dmytriyenko and Joshua Watt for their diligent review. Signed-off-by: Ross Burton <[email protected]> --- .../external-arm-toolchain/gcc-aarch64-none-elf_15.3.rel1.bb | 2 +- .../external-arm-toolchain/gcc-arm-none-eabi_15.3.rel1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/g= cc-aarch64-none-elf_15.3.rel1.bb b/meta-arm-toolchain/recipes-devtools/ex= ternal-arm-toolchain/gcc-aarch64-none-elf_15.3.rel1.bb index 05d6a9f952..7bca316daa 100644 --- a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarc= h64-none-elf_15.3.rel1.bb +++ b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarc= h64-none-elf_15.3.rel1.bb @@ -6,7 +6,7 @@ require arm-binary-toolchain.inc COMPATIBLE_HOST =3D "(x86_64|aarch64).*-linux" =20 SUMMARY =3D "Arm GNU Toolchain - AArch64 bare-metal target (aarch64-none= -elf)" -LICENSE =3D "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.= 1" +LICENSE =3D "GPL-3.0-only AND GPL-3.0-or-later WITH GCC-exception-3.1" =20 LIC_FILES_CHKSUM:aarch64 =3D "file://share/doc/gcc/Copying.html;md5=3D90= 014a59d1783b37a10240d4d0002c6e" LIC_FILES_CHKSUM:x86-64 =3D "file://share/doc/gcc/Copying.html;md5=3D900= 14a59d1783b37a10240d4d0002c6e" diff --git a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/g= cc-arm-none-eabi_15.3.rel1.bb b/meta-arm-toolchain/recipes-devtools/exter= nal-arm-toolchain/gcc-arm-none-eabi_15.3.rel1.bb index db7a5dffa2..53c29f5f56 100644 --- a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-arm-= none-eabi_15.3.rel1.bb +++ b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-arm-= none-eabi_15.3.rel1.bb @@ -6,7 +6,7 @@ require arm-binary-toolchain.inc COMPATIBLE_HOST =3D "(x86_64|aarch64).*-linux" =20 SUMMARY =3D "Arm GNU Toolchain - AArch32 bare-metal target (arm-none-eab= i)" -LICENSE =3D "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.= 1" +LICENSE =3D "GPL-3.0-only AND GPL-3.0-or-later WITH GCC-exception-3.1" =20 LIC_FILES_CHKSUM:aarch64 =3D "file://share/doc/gcc/Copying.html;md5=3D90= 014a59d1783b37a10240d4d0002c6e" LIC_FILES_CHKSUM:x86-64 =3D "file://share/doc/gcc/Copying.html;md5=3D900= 14a59d1783b37a10240d4d0002c6e" --=20 2.43.0