summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/imx-codec/imx-codec.inc
diff options
context:
space:
mode:
authorLauren Post <lauren.post@nxp.com>2016-09-30 13:14:25 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-10-18 16:26:15 -0200
commit788568791f6f9c0ec3aee9c7dd83828c9d0047c8 (patch)
tree0326d10bc6a3bcff1fd84adb619d71d701244e55 /recipes-multimedia/imx-codec/imx-codec.inc
parent8fe6b4dbd059a81d70e79d3e5b891718f7b18740 (diff)
downloadmeta-freescale-788568791f6f9c0ec3aee9c7dd83828c9d0047c8.tar.gz
imx-codec: Upgrade to 4.1.4
- Upgrade license chksum to v14 EULA - Check for lib_src_ppp_arm11_elinux.so library before removing - Fixes for error hadling and robustness Signed-off-by: Lauren Post <lauren.post@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/imx-codec/imx-codec.inc')
-rw-r--r--recipes-multimedia/imx-codec/imx-codec.inc6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-multimedia/imx-codec/imx-codec.inc b/recipes-multimedia/imx-codec/imx-codec.inc
index 2bbb2e39..8a5e6d58 100644
--- a/recipes-multimedia/imx-codec/imx-codec.inc
+++ b/recipes-multimedia/imx-codec/imx-codec.inc
@@ -3,7 +3,7 @@
3DESCRIPTION = "Freescale Multimedia codec libs" 3DESCRIPTION = "Freescale Multimedia codec libs"
4LICENSE = "Proprietary" 4LICENSE = "Proprietary"
5SECTION = "multimedia" 5SECTION = "multimedia"
6LIC_FILES_CHKSUM = "file://COPYING;md5=8cf95184c220e247b9917e7244124c5a" 6LIC_FILES_CHKSUM = "file://COPYING;md5=d4f548f93b5fe0ee2bc86758c344412d"
7 7
8# Backward compatibility 8# Backward compatibility
9PROVIDES += "libfslcodec" 9PROVIDES += "libfslcodec"
@@ -22,7 +22,9 @@ PACKAGECONFIG[vpu] = "--enable-vpu,--disable-vpu,imx-vpu"
22 22
23do_install_append() { 23do_install_append() {
24 # FIXME: This link points to nowhere 24 # FIXME: This link points to nowhere
25 rm ${D}${libdir}/imx-mm/audio-codec/lib_src_ppp_arm11_elinux.so 25 if [ -e ${D}${libdir}/imx-mm/audio-codec/lib_src_ppp_arm11_elinux.so ]; then
26 rm ${D}${libdir}/imx-mm/audio-codec/lib_src_ppp_arm11_elinux.so
27 fi
26 28
27 # LTIB move the files around or gst-fsl-plugin won't find them 29 # LTIB move the files around or gst-fsl-plugin won't find them
28 for p in $(find ${D}${libdir}/imx-mm -mindepth 2 -maxdepth 2 -not -type d); do 30 for p in $(find ${D}${libdir}/imx-mm -mindepth 2 -maxdepth 2 -not -type d); do