]> code.ossystems Code Review - meta-freescale.git/commit
gst1.0-fsl-plugin: fix FSL codecs, parser and vpuwrap detection
authorJavier Viguera <javier.viguera@digi.com>
Mon, 2 Nov 2015 18:12:53 +0000 (19:12 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:21 +0000 (15:03 -0300)
commit598319bd8c891e0c76b2d021db2de97ae640244d
treeb16b9a013228d048f8d3ed10c1bde9ed73ed35e7
parentac2d289ab6ba92ca10b6926b285656820b6b826c
gst1.0-fsl-plugin: fix FSL codecs, parser and vpuwrap detection

Patch gst1.0-fsl-plugin's configure script to add a trailing space in the
FSL_MM_CORE_CFLAGS and FSL_MM_CORE_LIBS variables between different
pkg-config executions.

These variables are used later to pass parameters to the compiler and
as they are not built correctly, the 'configure' script fails to detect
some of the functionality:

Disabled features:
    plugin: imxmp3enc
    plugin: vpu_wrap
    plugin: aiur
    plugin: beep

This was working well in previous versions of Yocto, because pkg-config
until v0.28 was adding that trailing space:

http://cgit.freedesktop.org/pkg-config/commit/?id=f26a505826acec6b1e1af8d1efdf959913421c3a

but this is no longer true, so the trailing space has to be added in the
configure script.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-multimedia/gstreamer/gst1.0-fsl-plugin-4.0.7/0001-gst1.0-fsl-plugins-fix-appending-data-to-variable.patch [new file with mode: 0644]
recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.7.bb