]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-lib (11.09.02): Override license checksum file
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 17 Jul 2015 14:19:07 +0000 (11:19 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 29 Jul 2015 02:26:59 +0000 (23:26 -0300)
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>
recipes-bsp/imx-lib/imx-lib_11.09.02.bb

index 16ca1df58895ba2c2997af94d552f53d4bce6a40..f8e0e3a665045a6a70270d2834ad43137b9c0985 100644 (file)
@@ -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"