summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
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-30 14:37:26 +0100
commit5bfd931c2ec0dc4650c2c576a81065aebd309513 (patch)
treed1fbed7ce9afba9fe6cdea659ef1cc1c2124e29e /meta/recipes-kernel
parent043817eabde646795af7de8596b103ac3b54d058 (diff)
downloadpoky-5bfd931c2ec0dc4650c2c576a81065aebd309513.tar.gz
lttng-tools: Fix path for test_python_looging
" was missing (From OE-Core rev: 73bc035151760ce6d07bb3541607544f71adae7e) Signed-off-by: Anders Wallin <anders.wallin@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e1780ccfc89e9ff4e260276f28ffa0bb8e9b44e1) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-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.