]> code.ossystems Code Review - openembedded-core.git/commit
valgrind: fix the shared object issue while prelink ptest
authorZhixiong Chi <zhixiong.chi@windriver.com>
Wed, 11 Apr 2018 08:26:18 +0000 (16:26 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Nov 2018 16:02:08 +0000 (16:02 +0000)
commitf679285f54fa1d160d22a25682d50eb5032c2569
tree87023687db8ac564e384fdedfc0b0d051ad1c00e
parente6cb66399f6ba874a7954d3212157576030dda34
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.

(From OE-Core rev: 1ec0c977c55ae2c38252e1807dc15c56007d30dc)

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/valgrind/valgrind/0002-remove-rpath.patch [deleted file]
meta/recipes-devtools/valgrind/valgrind_3.13.0.bb