summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-11-14 16:57:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-30 10:49:22 +0000
commit335501dd820e1d7b2078b9a76ba597b6c7cb327f (patch)
treedcb8b2edcad2ba25cb23ff73818cb3d777b158dc /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
parentde94f5e140870eec37f5e44c3cc5c8b73166c142 (diff)
downloadpoky-335501dd820e1d7b2078b9a76ba597b6c7cb327f.tar.gz
gstreamer1.0-plugins: disable introspection on mips64
The failure is weird and difficult to diagnoze, so disable the introspection for now: qemu-mips64: error while loading shared libraries: .../recipe-sysroot/usr/lib/libgthread-2.0.so.0: ELF file data encoding not little-endian Note that it shows up only for one specific library (gstaudio), and only on mips64. Introspection data for other libraries is generated just fine. (From OE-Core rev: 4cfe09598c1ec1ffd108acdfd0f4cce1b8688895) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
index 3f6d4c3703..c40d398911 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
@@ -49,3 +49,6 @@ patch_gtk_doc_makefiles() {
49do_configure[prefuncs] += " delete_pkg_m4_file patch_gtk_doc_makefiles" 49do_configure[prefuncs] += " delete_pkg_m4_file patch_gtk_doc_makefiles"
50 50
51PACKAGES_DYNAMIC = "^${PN}-.*" 51PACKAGES_DYNAMIC = "^${PN}-.*"
52
53# qemu-mips64: error while loading shared libraries: .../recipe-sysroot/usr/lib/libgthread-2.0.so.0: ELF file data encoding not little-endian
54EXTRA_OECONF_append_mips64 = " --disable-introspection "