* [PATCH] gtk-doc.bbclass: unset LD_LIBRARY_PATH
@ 2019-02-23 12:42 Alexander Kanavin
0 siblings, 0 replies; only message in thread
From: Alexander Kanavin @ 2019-02-23 12:42 UTC (permalink / raw)
To: openembedded-core
meson has been found to set it erroneously.
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
meta/classes/gtk-doc.bbclass | 3 +++
1 file changed, 3 insertions(+)
diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass
index bedb36ec8b7..707d74d1083 100644
--- a/meta/classes/gtk-doc.bbclass
+++ b/meta/classes/gtk-doc.bbclass
@@ -51,6 +51,9 @@ export GIO_MODULE_DIR=${STAGING_LIBDIR}/gio/modules-dummy
GIR_EXTRA_LIBS_PATH=\`find ${B} -name *.so -printf "%h\n"|sort|uniq| tr '\n' ':'\`\$GIR_EXTRA_LIBS_PATH
GIR_EXTRA_LIBS_PATH=\`find ${B} -name .libs| tr '\n' ':'\`\$GIR_EXTRA_LIBS_PATH
+# meson sets this wrongly (only to libs in build-dir), qemu-wrapper_cmdline() and GIR_EXTRA_LIBS_PATH take care of it properly
+unset LD_LIBRARY_PATH
+
if [ -d ".libs" ]; then
$qemu_binary ".libs/\$@"
else
--
2.17.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-23 12:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-23 12:42 [PATCH] gtk-doc.bbclass: unset LD_LIBRARY_PATH Alexander Kanavin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox