summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb
diff options
context:
space:
mode:
authorAnders Wallin <wallinux@gmail.com>2021-04-09 14:59:33 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-18 11:37:25 +0100
commit565cbd773d3c72835c60b5979b9dabd26870d6b2 (patch)
tree763a2224aa78be1b8f642604ab12c9ff73e5e0b3 /meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb
parentbeb01f1820efd34b52e8d608394384fb000d1ad3 (diff)
downloadpoky-565cbd773d3c72835c60b5979b9dabd26870d6b2.tar.gz
lttng-tools: Fix path for test_python_looging
" was missing (From OE-Core rev: e1780ccfc89e9ff4e260276f28ffa0bb8e9b44e1) Signed-off-by: Anders Wallin <anders.wallin@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb')
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb b/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb
index 281107db2c..6132daf1a1 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.12.3.bb
@@ -155,7 +155,7 @@ do_install_ptest () {
155 -i ${D}${PTEST_PATH}/tests/unit/Makefile 155 -i ${D}${PTEST_PATH}/tests/unit/Makefile
156 156
157 # Fix hardcoded build path 157 # Fix hardcoded build path
158 sed -e 's#TESTAPP_PATH=.*/tests/regression/#TESTAPP_PATH=${PTEST_PATH}/tests/regression/#' \ 158 sed -e 's#TESTAPP_PATH=.*/tests/regression/#TESTAPP_PATH="${PTEST_PATH}/tests/regression/#' \
159 -i ${D}${PTEST_PATH}/tests/regression/ust/python-logging/test_python_logging 159 -i ${D}${PTEST_PATH}/tests/regression/ust/python-logging/test_python_logging
160 160
161 # Substitute links to installed binaries. 161 # Substitute links to installed binaries.