summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Viguera <javier.viguera@digi.com>2013-05-02 09:32:49 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2013-05-02 12:06:55 -0300
commit045239e8fb3babb4194e50857298f5136102d3d7 (patch)
tree25f19ee99b964eeed34eb974725d84d6a746f07c
parenta0e486a76af5819ee76ac34e966feb72bd3c48bd (diff)
downloadmeta-fsl-arm-045239e8fb3babb4194e50857298f5136102d3d7.tar.gz
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. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
-rw-r--r--recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb b/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb
index 5db3f6f..6a9c119 100644
--- a/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb
+++ b/recipes-multimedia/gst-plugins/gst-fsl-plugin_2.0.3.bb
@@ -2,10 +2,10 @@
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4require gst-fsl-plugin.inc 4require gst-fsl-plugin.inc
5DEPENDS += "fsl-mm-codeclib" 5DEPENDS += "fsl-mm-codeclib fsl-mm-flv-codeclib fsl-mm-mp3enc-codeclib"
6RDEPENDS_${PN} = "fsl-mm-codeclib" 6RDEPENDS_${PN} = "fsl-mm-codeclib fsl-mm-flv-codeclib fsl-mm-mp3enc-codeclib"
7 7
8PR = "${INC_PR}.2" 8PR = "${INC_PR}.3"
9 9
10SRC_URI += "file://fix_segment_fault_in_v4lsink_for_yocto.patch" 10SRC_URI += "file://fix_segment_fault_in_v4lsink_for_yocto.patch"
11SRC_URI[md5sum] = "036a8e86031b0670f41b10796e268f9e" 11SRC_URI[md5sum] = "036a8e86031b0670f41b10796e268f9e"