summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-10-09 14:12:59 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-10-09 16:07:20 -0300
commit1aa3b540e0aa289b68a28d4d1965e61201dec0c4 (patch)
tree906dc48d9138008028bad9320da226bdad282a89
parent8f9150cbecfd36d4c4f65584421b910545be9cde (diff)
downloadmeta-fsl-arm-1aa3b540e0aa289b68a28d4d1965e61201dec0c4.tar.gz
u-boot-fslc: Fix license file checksum which has been changed in rc4
Change-Id: I107e8a9929b25dd1b6361912d2eed64ddfeb2a94 Reported-by: Philippe Mangaud <r49081@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb2
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2013.10.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
index 0c69185..047e3b2 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2013.10.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "U-boot bootloader mxsboot tool" 1DESCRIPTION = "U-boot bootloader mxsboot tool"
2LICENSE = "GPLv2+" 2LICENSE = "GPLv2+"
3LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08" 3LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec"
4SECTION = "bootloader" 4SECTION = "bootloader"
5DEPENDS = "openssl" 5DEPENDS = "openssl"
6PROVIDES = "u-boot-mxsboot" 6PROVIDES = "u-boot-mxsboot"
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
index 43cb2f0..f595171 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
@@ -1,7 +1,7 @@
1require recipes-bsp/u-boot/u-boot.inc 1require recipes-bsp/u-boot/u-boot.inc
2 2
3LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08" 4LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec"
5COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)" 5COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)"
6 6
7DEPENDS_mxs += "elftosb-native openssl-native" 7DEPENDS_mxs += "elftosb-native openssl-native"