From 25c6daf9b14828cf2939cd85efeea3633bb2899a Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Wed, 5 Feb 2020 09:34:19 +0100 Subject: [PATCH] meta-digi-arm: u-boot: Fix license checksum for different u-boot versions Commit 31d8ff94 ("meta-digi-arm: u-boot: Update recipes with new u-boot version") updates the license checksum for the new u-boot_2019.04 recipe, however this license file is different for the other u-boot versions. This commit reverts this change and includes the updated checksum only for the new u-boot_2019.04 recipe. Signed-off-by: Arturo Buzarra --- meta-digi-arm/recipes-bsp/u-boot/digi-u-boot.inc | 2 +- meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2019.04.bb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-bsp/u-boot/digi-u-boot.inc b/meta-digi-arm/recipes-bsp/u-boot/digi-u-boot.inc index 9b40be959..68f14fc16 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/digi-u-boot.inc +++ b/meta-digi-arm/recipes-bsp/u-boot/digi-u-boot.inc @@ -4,7 +4,7 @@ require recipes-bsp/u-boot/u-boot.inc DESCRIPTION = "Bootloader for Digi platforms" LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6" SECTION = "bootloaders" DEPENDS += "bc-native dtc-native u-boot-mkimage-native" diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2019.04.bb b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2019.04.bb index 7bcfbd8d2..604ebbc43 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2019.04.bb +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2019.04.bb @@ -1,6 +1,8 @@ # Copyright (C) 2019 Digi International require digi-u-boot.inc +LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" + DEPENDS += "flex-native bison-native" SRCBRANCH = "v2019.04/master"