summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-07-17 11:19:07 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-07-31 09:29:29 -0300
commit2865cc3a04fc01aecc9f75735a5f159bc97c5cac (patch)
tree2b456678815faf51f372e2aa116e927567c68c0e
parent3b5462317d9e2d7111c591285432064d90016ebb (diff)
downloadmeta-fsl-arm-2865cc3a04fc01aecc9f75735a5f159bc97c5cac.tar.gz
imx-lib (11.09.02): Override license checksum file
The imx-lib release, used in i.MX5, uses the old header file to check for the license causing a build error: ERROR: Function failed: imx-lib: LIC_FILES_CHKSUM points to an invalid file: .../tmp/work/imx53qsb-poky-linux-gnueabi/imx-lib/11.09.02-r0/imx-lib-11.09.02/COPYING-LGPL-2.1 As the new releases will use the LGPL-2.1 license file we add the override for the old release to avoid this build failure. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--recipes-bsp/imx-lib/imx-lib_11.09.02.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/imx-lib/imx-lib_11.09.02.bb b/recipes-bsp/imx-lib/imx-lib_11.09.02.bb
index 16ca1df..f8e0e3a 100644
--- a/recipes-bsp/imx-lib/imx-lib_11.09.02.bb
+++ b/recipes-bsp/imx-lib/imx-lib_11.09.02.bb
@@ -1,6 +1,8 @@
1# Copyright (C) 2013 Freescale Semiconductor 1# Copyright (C) 2013 Freescale Semiconductor
2require imx-lib.inc 2require imx-lib.inc
3 3
4LIC_FILES_CHKSUM = "file://ipu/mxc_ipu_hl_lib.h;endline=13;md5=6c7486b21a8524b1879fa159578da31e"
5
4SRC_URI = "${FSL_MIRROR}/imx-lib-${PV}.tar.gz \ 6SRC_URI = "${FSL_MIRROR}/imx-lib-${PV}.tar.gz \
5 file://obey-variables.patch" 7 file://obey-variables.patch"
6SRC_URI[md5sum] = "a4e7447e35cfac0b966a51f001390d6e" 8SRC_URI[md5sum] = "a4e7447e35cfac0b966a51f001390d6e"