[meta-freescale] [meta-fsl-arm][PATCH 1/7] imx-lib (11.09.02): Override license checksum file

Otavio Salvador otavio at ossystems.com.br
Tue Jul 21 07:53:08 PDT 2015


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 at ossystems.com.br>
---
 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"
-- 
2.4.6



More information about the meta-freescale mailing list