diff options
author | Zhixiong Chi <zhixiong.chi@windriver.com> | 2018-04-11 16:26:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-13 16:55:26 +0100 |
commit | 1ec0c977c55ae2c38252e1807dc15c56007d30dc (patch) | |
tree | a5fcb12e9f7dcf06b89b5b55e09f3f6f192f711f /scripts/lib/devtool | |
parent | c5b5055d2dc04317a7a64c150046a6435a6805c2 (diff) | |
download | openembedded-core-1ec0c977c55ae2c38252e1807dc15c56007d30dc.tar.gz openembedded-core-1ec0c977c55ae2c38252e1807dc15c56007d30dc.tar.bz2 openembedded-core-1ec0c977c55ae2c38252e1807dc15c56007d30dc.zip |
valgrind: fix the shared object issue while prelink ptest
If valgrind-ptest is installed, we will get the some prelink error
like below at do_image:
.../usr/sbin/prelink: /usr/lib64/valgrind/ptest/memcheck/tests/wrap7:\
Could not find one of the dependencies: \
.../usr/sbin//prelink-rtld: error \
while loading shared libraries: wrap7so.so: cannot open shared \
object file: No such file or directory
The wrap7 needs to link the shared object in the path
/usr/lib64/valgrind/ptest/memcheck/tests, but it fails.
So we correct the path for ptest.
Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/devtool')
0 files changed, 0 insertions, 0 deletions