]> code.ossystems Code Review - meta-freescale.git/commitdiff
fsl-eula-unpack: fix outdated EULA checksum
authorStefan Christ <s.christ@phytec.de>
Wed, 3 Jun 2015 09:18:10 +0000 (11:18 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 9 Jun 2015 18:46:17 +0000 (15:46 -0300)
The md5 checksum in LIC_FILES_CHKSUM was taken from an older version of
the Freescale EULA. This leads to build errors like

    ERROR: imx-gpu-viv: md5 data is not matching for
        file://[...]/meta-fsl-arm/EULA;md5=6df184a9b1950b68e17fdcd7513bdb97
    ERROR: imx-gpu-viv: The new md5 checksum is
         acdb807ac7275fe32f9f64992e111241

Signed-off-by: Stefan Christ <s.christ@phytec.de>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/classes/fsl-eula-unpack.bbclass

index ba2d085797449aa6602346ef8198933067c4fe29..daab9e22ef3f9266c700c59d12578799afdacb5d 100644 (file)
@@ -6,7 +6,7 @@
 #
 #  SRC_URI = "${FSL_MIRROR}/firmware-imx-${PV};fsl-eula=true"
 
-LIC_FILES_CHKSUM += "file://${FSL_EULA_FILE};md5=6df184a9b1950b68e17fdcd7513bdb97"
+LIC_FILES_CHKSUM += "file://${FSL_EULA_FILE};md5=acdb807ac7275fe32f9f64992e111241"
 LIC_FILES_CHKSUM[vardepsexclude] += "FSL_EULA_FILE"
 
 python fsl_bin_do_unpack() {