1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-25 06:47:03 +00:00

arm-toolchain/external-arm-toolchain: fix license

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 <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2026-07-22 15:02:19 +01:00
committed by Jon Mason
parent dc8a847b6b
commit 0bb23ce40d
2 changed files with 2 additions and 2 deletions
@@ -6,7 +6,7 @@ require arm-binary-toolchain.inc
COMPATIBLE_HOST = "(x86_64|aarch64).*-linux"
SUMMARY = "Arm GNU Toolchain - AArch64 bare-metal target (aarch64-none-elf)"
LICENSE = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1"
LICENSE = "GPL-3.0-only AND GPL-3.0-or-later WITH GCC-exception-3.1"
LIC_FILES_CHKSUM:aarch64 = "file://share/doc/gcc/Copying.html;md5=90014a59d1783b37a10240d4d0002c6e"
LIC_FILES_CHKSUM:x86-64 = "file://share/doc/gcc/Copying.html;md5=90014a59d1783b37a10240d4d0002c6e"
@@ -6,7 +6,7 @@ require arm-binary-toolchain.inc
COMPATIBLE_HOST = "(x86_64|aarch64).*-linux"
SUMMARY = "Arm GNU Toolchain - AArch32 bare-metal target (arm-none-eabi)"
LICENSE = "GPL-3.0-or-later AND GPL-3.0-or-later WITH GCC-exception-3.1"
LICENSE = "GPL-3.0-only AND GPL-3.0-or-later WITH GCC-exception-3.1"
LIC_FILES_CHKSUM:aarch64 = "file://share/doc/gcc/Copying.html;md5=90014a59d1783b37a10240d4d0002c6e"
LIC_FILES_CHKSUM:x86-64 = "file://share/doc/gcc/Copying.html;md5=90014a59d1783b37a10240d4d0002c6e"