]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-fslc: Fix license file checksum which has been changed in rc4
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 9 Oct 2013 17:12:59 +0000 (14:12 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 9 Oct 2013 19:07:20 +0000 (16:07 -0300)
Change-Id: I107e8a9929b25dd1b6361912d2eed64ddfeb2a94
Reported-by: Philippe Mangaud <r49081@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb

index 0c69185bf2a0fba249a491d0cb5372c68b51115b..047e3b28b43ba73b936562ee8484da9054be6623 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "U-boot bootloader mxsboot tool"
 LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08"
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec"
 SECTION = "bootloader"
 DEPENDS = "openssl"
 PROVIDES = "u-boot-mxsboot"
index 43cb2f0441e95906aab3386b5d570d1d255fed7c..f595171a3b17b95a2021d313fff31602839d8e53 100644 (file)
@@ -1,7 +1,7 @@
 require recipes-bsp/u-boot/u-boot.inc
 
 LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08"
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec"
 COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)"
 
 DEPENDS_mxs += "elftosb-native openssl-native"