mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 11:29:54 +00:00
arm-toolchain/external-arm-toolchain: fix missing license updates
Commit 53a40b1 updates the license names to use the SPDX terms, but as
intermediate variables are used in this recipe a few instances were
missed.
Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
LICENSE = "GPL-3.0-with-GCC-exception & GPL-3.0-only & GPL-2.0-only & LGPL-3.0-only & LGPL-2.1-only & LGPL-2.0-only"
|
||||
|
||||
EAT_BFD_LICENSE = "GPL-3.0"
|
||||
EAT_GCC_LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
|
||||
EAT_GDB_LICENSE = "GPL-3.0"
|
||||
EAT_LIBC_LICENSE = "GPLv2 & LGPLv2.1"
|
||||
EAT_BFD_LICENSE = "GPL-3.0-only"
|
||||
EAT_GCC_LICENSE = "GPL-3.0-with-GCC-exception & GPL-3.0-only"
|
||||
EAT_GDB_LICENSE = "GPL-3.0-only"
|
||||
EAT_LIBC_LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
EAT_RLE_LICENSE = "GPL-3.0-with-GCC-exception"
|
||||
|
||||
LICENSE:${PN} = "${EAT_LIBC_LICENSE}"
|
||||
|
||||
Reference in New Issue
Block a user