mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
lttng-tools: do not install shared libraries in ptest package
This was creating a race in runtime library dependency resolution where sometimes the library was assumed to be provided by the ptest package. (From OE-Core rev: c4a10c0b4bc14f4bac06deed8ecb64d0303f4029) (From OE-Core rev: 10e32463236df05458af7fb7d1ef388f380ab10c) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
30cdca66c5
commit
17a550b9de
|
|
@ -113,4 +113,7 @@ do_install_ptest () {
|
|||
# checkpatch.pl is unneeded on target and causes file-rdeps QA
|
||||
# warnings.
|
||||
rm -f ${D}${PTEST_PATH}/extras/checkpatch.pl
|
||||
|
||||
# Remove built libraries as they confuse the packages' runtime dependency resolution
|
||||
rm -rf ${D}${PTEST_PATH}/src/lib/lttng-ctl/.libs/
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user