diff options
author | Stefan Christ <s.christ@phytec.de> | 2015-06-03 11:18:10 +0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-06-10 12:10:09 -0300 |
commit | 9c6411154c76d40f76fc5155300a6ddf75d2e221 (patch) | |
tree | cbc372fa7fa7e9354e00670142750c68e11e2694 | |
parent | 8e3ffc346b184e0cff263f94e9e90f43c94b7a69 (diff) | |
download | meta-fsl-arm-9c6411154c76d40f76fc5155300a6ddf75d2e221.tar.gz |
fsl-eula-unpack: fix outdated EULA checksum
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>
-rw-r--r-- | classes/fsl-eula-unpack.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/fsl-eula-unpack.bbclass b/classes/fsl-eula-unpack.bbclass index ba2d085..daab9e2 100644 --- a/classes/fsl-eula-unpack.bbclass +++ b/classes/fsl-eula-unpack.bbclass | |||
@@ -6,7 +6,7 @@ | |||
6 | # | 6 | # |
7 | # SRC_URI = "${FSL_MIRROR}/firmware-imx-${PV};fsl-eula=true" | 7 | # SRC_URI = "${FSL_MIRROR}/firmware-imx-${PV};fsl-eula=true" |
8 | 8 | ||
9 | LIC_FILES_CHKSUM += "file://${FSL_EULA_FILE};md5=6df184a9b1950b68e17fdcd7513bdb97" | 9 | LIC_FILES_CHKSUM += "file://${FSL_EULA_FILE};md5=acdb807ac7275fe32f9f64992e111241" |
10 | LIC_FILES_CHKSUM[vardepsexclude] += "FSL_EULA_FILE" | 10 | LIC_FILES_CHKSUM[vardepsexclude] += "FSL_EULA_FILE" |
11 | 11 | ||
12 | python fsl_bin_do_unpack() { | 12 | python fsl_bin_do_unpack() { |