]> code.ossystems Code Review - openembedded-core.git/commit
gobject-introspection: do not export LD_LIBRARY_PATH prior to running qemu
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Wed, 3 Jan 2018 15:24:04 +0000 (17:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Jan 2018 12:56:04 +0000 (12:56 +0000)
commit58d31dddebbf7116e71bf45bd374a7a988f6016c
treebc4f082fdb9247d2ca628fb1f2eddceace29588a
parent9daf88713dedfb29fe926e18d76090a6b2582ac8
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.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gobject-introspection/gobject-introspection/0001-giscanner-add-a-lib-dirs-envvar-option.patch [new file with mode: 0644]
meta/recipes-gnome/gobject-introspection/gobject-introspection_1.54.1.bb
meta/recipes-graphics/clutter/clutter-gst-3.0.inc
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc