From 2865cc3a04fc01aecc9f75735a5f159bc97c5cac Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 17 Jul 2015 11:19:07 -0300 Subject: 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 --- recipes-bsp/imx-lib/imx-lib_11.09.02.bb | 2 ++ 1 file changed, 2 insertions(+) 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 @@ # Copyright (C) 2013 Freescale Semiconductor require imx-lib.inc +LIC_FILES_CHKSUM = "file://ipu/mxc_ipu_hl_lib.h;endline=13;md5=6c7486b21a8524b1879fa159578da31e" + SRC_URI = "${FSL_MIRROR}/imx-lib-${PV}.tar.gz \ file://obey-variables.patch" SRC_URI[md5sum] = "a4e7447e35cfac0b966a51f001390d6e" -- cgit v1.2.3-54-g00ecf