diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-10-09 14:12:59 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-10-09 16:07:20 -0300 |
commit | 1aa3b540e0aa289b68a28d4d1965e61201dec0c4 (patch) | |
tree | 906dc48d9138008028bad9320da226bdad282a89 | |
parent | 8f9150cbecfd36d4c4f65584421b910545be9cde (diff) | |
download | meta-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.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2013.10.bb | 2 |
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 @@ | |||
1 | DESCRIPTION = "U-boot bootloader mxsboot tool" | 1 | DESCRIPTION = "U-boot bootloader mxsboot tool" |
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08" | 3 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec" |
4 | SECTION = "bootloader" | 4 | SECTION = "bootloader" |
5 | DEPENDS = "openssl" | 5 | DEPENDS = "openssl" |
6 | PROVIDES = "u-boot-mxsboot" | 6 | PROVIDES = "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 @@ | |||
1 | require recipes-bsp/u-boot/u-boot.inc | 1 | require recipes-bsp/u-boot/u-boot.inc |
2 | 2 | ||
3 | LICENSE = "GPLv2+" | 3 | LICENSE = "GPLv2+" |
4 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08" | 4 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=bc069111b5e5b1ed8bed98ae73b596ec" |
5 | COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)" | 5 | COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)" |
6 | 6 | ||
7 | DEPENDS_mxs += "elftosb-native openssl-native" | 7 | DEPENDS_mxs += "elftosb-native openssl-native" |