summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_git.bb b/meta/recipes-kernel/lttng/lttng-tools_git.bb
index 016346fc87..0d2bd005e4 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_git.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_git.bb
@@ -113,4 +113,7 @@ do_install_ptest () {
113 # checkpatch.pl is unneeded on target and causes file-rdeps QA 113 # checkpatch.pl is unneeded on target and causes file-rdeps QA
114 # warnings. 114 # warnings.
115 rm -f ${D}${PTEST_PATH}/extras/checkpatch.pl 115 rm -f ${D}${PTEST_PATH}/extras/checkpatch.pl
116
117 # Remove built libraries as they confuse the packages' runtime dependency resolution
118 rm -rf ${D}${PTEST_PATH}/src/lib/lttng-ctl/.libs/
116} 119}