summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2019-03-27 10:24:23 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2019-03-27 10:24:23 -0300
commitdbc4b0bd2e18e138c81cd70343d627aee18a205e (patch)
tree2274c2293b922fd60ceed23d797fbcaa42a1b76c /recipes-multimedia
parentd2d82455c33e4c4fef09f43a4e81a808bc87a464 (diff)
downloadmeta-freescale-dbc4b0bd2e18e138c81cd70343d627aee18a205e.tar.gz
imx-codec: Allow packaging of .so of src codec
This was an old FIXME which is now fixed. Change-Id: I0c5936e5c4c63e0f913ca9089f5f73b3259d9b51 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/imx-codec/imx-codec_4.4.2.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-multimedia/imx-codec/imx-codec_4.4.2.bb b/recipes-multimedia/imx-codec/imx-codec_4.4.2.bb
index 050480d0..2c03bd49 100644
--- a/recipes-multimedia/imx-codec/imx-codec_4.4.2.bb
+++ b/recipes-multimedia/imx-codec/imx-codec_4.4.2.bb
@@ -29,11 +29,6 @@ PACKAGE_DEBUG_SPLIT_STYLE = 'debug-without-src'
29PACKAGECONFIG[vpu] = "--enable-vpu,--disable-vpu,virtual/imxvpu" 29PACKAGECONFIG[vpu] = "--enable-vpu,--disable-vpu,virtual/imxvpu"
30 30
31do_install_append() { 31do_install_append() {
32 # FIXME: This link points to nowhere
33 if [ -e ${D}${libdir}/imx-mm/audio-codec/lib_src_ppp_arm11_elinux.so ]; then
34 rm ${D}${libdir}/imx-mm/audio-codec/lib_src_ppp_arm11_elinux.so
35 fi
36
37 # LTIB move the files around or gst-fsl-plugin won't find them 32 # LTIB move the files around or gst-fsl-plugin won't find them
38 for p in $(find ${D}${libdir}/imx-mm -mindepth 2 -maxdepth 2 -not -type d); do 33 for p in $(find ${D}${libdir}/imx-mm -mindepth 2 -maxdepth 2 -not -type d); do
39 mv $p ${D}${libdir} 34 mv $p ${D}${libdir}