diff options
| author | Javier Viguera <javier.viguera@digi.com> | 2015-11-02 19:12:53 +0100 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:21 -0300 |
| commit | 598319bd8c891e0c76b2d021db2de97ae640244d (patch) | |
| tree | b16b9a013228d048f8d3ed10c1bde9ed73ed35e7 /recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.7.bb | |
| parent | ac2d289ab6ba92ca10b6926b285656820b6b826c (diff) | |
| download | meta-freescale-598319bd8c891e0c76b2d021db2de97ae640244d.tar.gz | |
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>
Diffstat (limited to 'recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.7.bb')
| -rw-r--r-- | recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.7.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.7.bb b/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.7.bb index 7d8ef0a90..62b38c760 100644 --- a/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.7.bb +++ b/recipes-multimedia/gstreamer/gst1.0-fsl-plugin_4.0.7.bb | |||
| @@ -18,7 +18,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
| 18 | file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ | 18 | file://COPYING-LGPL-2;md5=5f30f0716dfdd0d91eb439ebec522ec2 \ |
| 19 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" | 19 | file://COPYING-LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" |
| 20 | 20 | ||
| 21 | SRC_URI = "${FSL_MIRROR}/gst1.0-fsl-plugins-${PV}.tar.gz" | 21 | SRC_URI = " \ |
| 22 | ${FSL_MIRROR}/gst1.0-fsl-plugins-${PV}.tar.gz \ | ||
| 23 | file://0001-gst1.0-fsl-plugins-fix-appending-data-to-variable.patch \ | ||
| 24 | " | ||
| 22 | SRC_URI[md5sum] = "81e2dbd702ea2cd7904fc54981ea3d19" | 25 | SRC_URI[md5sum] = "81e2dbd702ea2cd7904fc54981ea3d19" |
| 23 | SRC_URI[sha256sum] = "fc287a672e2f040c2697af618b2f6ed319202a6dfbb731cbfb7987b41de2d62b" | 26 | SRC_URI[sha256sum] = "fc287a672e2f040c2697af618b2f6ed319202a6dfbb731cbfb7987b41de2d62b" |
| 24 | 27 | ||
