From d57becc70cd2fba0c3a14972828b793b24572e22 Mon Sep 17 00:00:00 2001 From: Vinicius Aquino Date: Thu, 28 Oct 2021 09:02:58 -0300 Subject: [PATCH] u-boot-script-gateworks-imx.bb: Fix license checksum GPL-3.0 was renamed to GPL-3.0-only by commit 2456f523 of oe-core Signed-off-by: Vinicius Aquino --- recipes-bsp/u-boot/u-boot-script-gateworks-imx.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-script-gateworks-imx.bb b/recipes-bsp/u-boot/u-boot-script-gateworks-imx.bb index f1b17d8..0c8ec48 100644 --- a/recipes-bsp/u-boot/u-boot-script-gateworks-imx.bb +++ b/recipes-bsp/u-boot/u-boot-script-gateworks-imx.bb @@ -1,5 +1,5 @@ LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-3.0-only;md5=c79ff39f19dfec6d293b95dea7b07891" DEPENDS = "u-boot-mkimage-native" SRC_URI = "file://6x_bootscript-yocto.txt"