diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-11-14 16:57:42 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-30 10:49:22 +0000 |
commit | 335501dd820e1d7b2078b9a76ba597b6c7cb327f (patch) | |
tree | dcb8b2edcad2ba25cb23ff73818cb3d777b158dc /meta/recipes-multimedia | |
parent | de94f5e140870eec37f5e44c3cc5c8b73166c142 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 3 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc | 2 |
2 files changed, 5 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() { | |||
49 | do_configure[prefuncs] += " delete_pkg_m4_file patch_gtk_doc_makefiles" | 49 | do_configure[prefuncs] += " delete_pkg_m4_file patch_gtk_doc_makefiles" |
50 | 50 | ||
51 | PACKAGES_DYNAMIC = "^${PN}-.*" | 51 | PACKAGES_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 | ||
54 | EXTRA_OECONF_append_mips64 = " --disable-introspection " | ||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc index 7191f9892d..68173ce7d9 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc | |||
@@ -36,3 +36,5 @@ patch_gtk_doc_makefiles() { | |||
36 | 36 | ||
37 | do_configure[prefuncs] += " delete_pkg_m4_file patch_gtk_doc_makefiles" | 37 | do_configure[prefuncs] += " delete_pkg_m4_file patch_gtk_doc_makefiles" |
38 | 38 | ||
39 | # Needs to be disable due to a dependency on gstreamer-plugins introspection files | ||
40 | EXTRA_OECONF_append_mips64 = " --disable-introspection " | ||