diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2018-01-03 17:24:04 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-04 12:57:43 +0000 |
commit | 0d40074b7c29a812faaabf38d47a0ab549bd56c7 (patch) | |
tree | 952ccd7b6cccf8c89d33b472fd7321e02e76c022 /meta/recipes-multimedia/gstreamer | |
parent | a91b286291c7401c5788c45a68f13f690f1a6d15 (diff) | |
download | poky-0d40074b7c29a812faaabf38d47a0ab549bd56c7.tar.gz |
gobject-introspection: do not export LD_LIBRARY_PATH prior to running qemu
Latest g-i upstream adds target paths to this variable which breaks
qemu in various confusing ways.
Instead, the list of target library paths is exported to GIR_EXTRA_LIBS_PATH,
so that it can be picked up automatically by the qemu wrapper script
and given to qemu (manually setting this variable from various recipes
will be removed in a different patch).
Also, re-enable parts of g-i on mips64, as it is the same issue.
(From OE-Core rev: 58d31dddebbf7116e71bf45bd374a7a988f6016c)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-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, 0 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index c40d398911..3f6d4c3703 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | |||
@@ -49,6 +49,3 @@ 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 68173ce7d9..7191f9892d 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc | |||
@@ -36,5 +36,3 @@ 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 " | ||