Re: [OE-core] [PATCH] dbus-test: fix ptest failed problem when multilib is enabled

2018-09-19 Thread Changqing Li
On 09/19/2018 05:59 PM, Burton, Ross wrote: Surely a better/safer replacement would be to change run-ptest to: -export LD_LIBRARY_PATH=/usr/lib/dbus-test/ptest/test/.libs +export LD_LIBRARY_PATH=@PTEST_PATH%/test/.libs And then substitute that. Replacing in baselib doesn't help if the

Re: [OE-core] [PATCH] dbus-test: fix ptest failed problem when multilib is enabled

2018-09-19 Thread Burton, Ross
Surely a better/safer replacement would be to change run-ptest to: -export LD_LIBRARY_PATH=/usr/lib/dbus-test/ptest/test/.libs +export LD_LIBRARY_PATH=@PTEST_PATH%/test/.libs And then substitute that. Replacing in baselib doesn't help if the distro changes PTEST_PATH. Ross On Wed, 19 Sep 2018

[OE-core] [PATCH] dbus-test: fix ptest failed problem when multilib is enabled

2018-09-19 Thread changqing.li
From: Changqing Li Fix some failed info like: | ./test/test-bus: relocation error: ./test/test-bus: symbol | _dbus_threads_init_debug, version LIBDBUS_PRIVATE_1.10.10 not defined | in file libdbus-1.so.3 with link time reference | FAIL: test/test-bus In run-ptest, LD_LIBRARY_PATH is set to