]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-codec: Upgrade to 4.1.4
authorLauren Post <lauren.post@nxp.com>
Fri, 30 Sep 2016 18:14:25 +0000 (13:14 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 18 Oct 2016 18:26:15 +0000 (16:26 -0200)
- 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>
recipes-multimedia/imx-codec/imx-codec.inc
recipes-multimedia/imx-codec/imx-codec_4.1.4.bb [moved from recipes-multimedia/imx-codec/imx-codec_4.0.9.bb with 55% similarity]

index 2bbb2e396799ab5e0c4c569097215cea70256ef9..8a5e6d58c9f2cdb1c8226f00fd5e1730197a7eb2 100644 (file)
@@ -3,7 +3,7 @@
 DESCRIPTION = "Freescale Multimedia codec libs"
 LICENSE = "Proprietary"
 SECTION = "multimedia"
-LIC_FILES_CHKSUM = "file://COPYING;md5=8cf95184c220e247b9917e7244124c5a"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d4f548f93b5fe0ee2bc86758c344412d"
 
 # Backward compatibility
 PROVIDES += "libfslcodec"
@@ -22,7 +22,9 @@ PACKAGECONFIG[vpu] = "--enable-vpu,--disable-vpu,imx-vpu"
 
 do_install_append() {
     # FIXME: This link points to nowhere
-    rm ${D}${libdir}/imx-mm/audio-codec/lib_src_ppp_arm11_elinux.so
+    if [ -e ${D}${libdir}/imx-mm/audio-codec/lib_src_ppp_arm11_elinux.so ]; then
+        rm ${D}${libdir}/imx-mm/audio-codec/lib_src_ppp_arm11_elinux.so
+    fi
 
     # LTIB move the files around or gst-fsl-plugin won't find them
     for p in $(find ${D}${libdir}/imx-mm -mindepth 2 -maxdepth 2 -not -type d); do
similarity index 55%
rename from recipes-multimedia/imx-codec/imx-codec_4.0.9.bb
rename to recipes-multimedia/imx-codec/imx-codec_4.1.4.bb
index 3fb9802d3489b233a33c0f53fa18e356e7ecc050..68e273e69b0723ead9b3ebefe6be0702339bb150 100644 (file)
@@ -3,7 +3,7 @@
 
 require imx-codec.inc
 
-SRC_URI[md5sum] = "bcf54698af6f52958b36e34dcbd9fcd1"
-SRC_URI[sha256sum] = "62bda182143cde9743cba0eb2a1c315a53cb434294605742f9fc364219958888"
+SRC_URI[md5sum] = "46e2004889fcdedbf259613f0046a7a1"
+SRC_URI[sha256sum] = "98fe71cb44f7e858c64c5eda81741ed02f40afaadc3d4ed1e693c7d1e684b81d"
 
 COMPATIBLE_MACHINE = "(mx6|mx6ul|mx7)"