]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-codec: Allow packaging of .so of src codec
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 27 Mar 2019 13:24:23 +0000 (10:24 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 27 Mar 2019 13:24:23 +0000 (10:24 -0300)
This was an old FIXME which is now fixed.

Change-Id: I0c5936e5c4c63e0f913ca9089f5f73b3259d9b51
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-multimedia/imx-codec/imx-codec_4.4.2.bb

index 050480d0e787e8d19bb5dac3f4fcd461d889d675..2c03bd491d294ca4aeac4c1c3469922aff606ea9 100644 (file)
@@ -29,11 +29,6 @@ PACKAGE_DEBUG_SPLIT_STYLE = 'debug-without-src'
 PACKAGECONFIG[vpu] = "--enable-vpu,--disable-vpu,virtual/imxvpu"
 
 do_install_append() {
-    # FIXME: This link points to nowhere
-    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
             mv $p ${D}${libdir}