From 20c2fbd8ba80638f3acc80f7707e561dee506f86 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 4 Nov 2015 11:26:54 +0100 Subject: [PATCH] meta-digi-arm: fix u-boot license md5sum ERROR: u-boot-dey: md5 data is not matching for file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95 ERROR: u-boot-dey: The new md5 checksum is c7383a594871c03da76b3707929d2919 https://jira.digi.com/browse/DEL-1890 Signed-off-by: Javier Viguera --- meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2015.04.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2015.04.bb b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2015.04.bb index 59fa0e82c..80b5c6110 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2015.04.bb +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-dey_2015.04.bb @@ -3,6 +3,8 @@ require recipes-bsp/u-boot/u-boot.inc DESCRIPTION = "Bootloader for Digi platforms" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" DEPENDS += "dtc-native u-boot-mkimage-native"