From 9502510a618a45c38da4181b65106fce9d0c7141 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 4 Dec 2020 15:28:57 +0000 Subject: [PATCH] arm-toolchain/gcc-aarch-none-elf: don't use GFLD as license checksum The GFDL license statement isn't a good choice for the GCC license checksum, instead use Copying.html from the documentation. Change-Id: I265bb0add795f3de40f49f8c31127ac9215d2566 Signed-off-by: Ross Burton Reviewed-by: Sumit Garg Signed-off-by: Jon Mason --- .../external-arm-toolchain/gcc-aarch64-none-elf_9.2-2019.12.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_9.2-2019.12.bb b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_9.2-2019.12.bb index 020bbf85..f156143a 100644 --- a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_9.2-2019.12.bb +++ b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_9.2-2019.12.bb @@ -6,12 +6,11 @@ require arm-binary-toolchain.inc SUMMARY = "Baremetal GCC for Aarch64 processors" LICENSE = "GPL-3.0-with-GCC-exception & GPLv3" -LIC_FILES_CHKSUM = "file://share/doc/gcc/GNU-Free-Documentation-License.html;md5=cc1e9a49a59ce7e6ae5ef37cd16eca0c" +LIC_FILES_CHKSUM = "file://share/doc/gcc/Copying.html;md5=c1df856e21b17e58b0adbe29cacf4bd4" PROVIDES = "virtual/aarch64-none-elf-gcc" SRC_URI = "https://developer.arm.com/-/media/Files/downloads/gnu-a/${PV}/binrel/gcc-arm-${PV}-x86_64-${BINNAME}.tar.xz" - SRC_URI[sha256sum] = "36d2cbe7c2984f2c20f562ac2f3ba524c59151adfa8ee10f1326c88de337b6d1" S = "${WORKDIR}/gcc-arm-${PV}-x86_64-${BINNAME}"