gst-fsl-plugin: add fsl-mm-mp3enc and fsl-mm-flv dependences

For MX5 machines, gst-fsl-plugin has build-time dependences on the
pre-built fsl-mm-mp3enc and fsl-mm-flv codec libraries.

If the mp3enc library is not in the sysroot, the 'libmfw_gst_mp3enc.so'
is not built.

If the fsl-mm-flv is not in the sysroot, the configure process warns
about:

"Unable to determine soname of lib_flv_parser_arm9_elinux.3.0.so library"

and the resulting 'aiur_registry.arm11.cf' gets a wrong entry for
flv_parser library.

Similar patch was sent upstream (meta-fsl-arm). Once upstream integrates
the patch, this commit should be reverted.

https://jira.digi.com/browse/DEL-162

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-04-30 19:33:55 +02:00
parent 1bb7ddd94f
commit 7d7d7ee49c
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ PR_append = "+${DISTRO}"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:" FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
DEPENDS += "fsl-mm-flv-codeclib fsl-mm-mp3enc-codeclib"
RDEPENDS_${PN} += "fsl-mm-flv-codeclib fsl-mm-mp3enc-codeclib"
SRC_URI += " \ SRC_URI += " \
file://gst-fsl-plugin-2.0.3-0001-ltmain.patch \ file://gst-fsl-plugin-2.0.3-0001-ltmain.patch \
file://gst-fsl-plugin-2.0.3-0002-gplay_fullscreen.patch \ file://gst-fsl-plugin-2.0.3-0002-gplay_fullscreen.patch \