diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-17 11:19:07 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-07-28 23:26:59 -0300 |
commit | 8497cb2922245b8d37367a764fc7443c3704437f (patch) | |
tree | 55a9e643d1436a7abc55644e88775a45113a48ee | |
parent | 4f4a499728ad75730cf878ef6ecf7ec0ccef00d7 (diff) | |
download | meta-freescale-8497cb2922245b8d37367a764fc7443c3704437f.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.bb | 2 |
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 16ca1df5..f8e0e3a6 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 |
2 | require imx-lib.inc | 2 | require imx-lib.inc |
3 | 3 | ||
4 | LIC_FILES_CHKSUM = "file://ipu/mxc_ipu_hl_lib.h;endline=13;md5=6c7486b21a8524b1879fa159578da31e" | ||
5 | |||
4 | SRC_URI = "${FSL_MIRROR}/imx-lib-${PV}.tar.gz \ | 6 | SRC_URI = "${FSL_MIRROR}/imx-lib-${PV}.tar.gz \ |
5 | file://obey-variables.patch" | 7 | file://obey-variables.patch" |
6 | SRC_URI[md5sum] = "a4e7447e35cfac0b966a51f001390d6e" | 8 | SRC_URI[md5sum] = "a4e7447e35cfac0b966a51f001390d6e" |