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 <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2020-02-05 09:34:19 +01:00
parent 909a8c9e83
commit 25c6daf9b1
2 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,7 @@ require recipes-bsp/u-boot/u-boot.inc
DESCRIPTION = "Bootloader for Digi platforms" DESCRIPTION = "Bootloader for Digi platforms"
LICENSE = "GPLv2+" LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e" LIC_FILES_CHKSUM = "file://Licenses/README;md5=a2c678cfd4a4d97135585cad908541c6"
SECTION = "bootloaders" SECTION = "bootloaders"
DEPENDS += "bc-native dtc-native u-boot-mkimage-native" DEPENDS += "bc-native dtc-native u-boot-mkimage-native"

View File

@ -1,6 +1,8 @@
# Copyright (C) 2019 Digi International # Copyright (C) 2019 Digi International
require digi-u-boot.inc require digi-u-boot.inc
LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
DEPENDS += "flex-native bison-native" DEPENDS += "flex-native bison-native"
SRCBRANCH = "v2019.04/master" SRCBRANCH = "v2019.04/master"