From: Chong Lu <chong...@windriver.com>

In ptest cases, some paths are still the source code path.
Continue to fix the paths of executable files in ptest cases
to make them work on target.

Signed-off-by: Chong Lu <chong...@windriver.com>
---
 meta/recipes-kernel/lttng/lttng-tools_2.3.0.bb |   21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.3.0.bb 
b/meta/recipes-kernel/lttng/lttng-tools_2.3.0.bb
index f2a43b4..49c0992 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.3.0.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.3.0.bb
@@ -38,17 +38,22 @@ INSANE_SKIP_${PN}-dbg = "libexec"
 do_install_ptest () {
        chmod +x ${D}/${libdir}/${PN}/ptest/tests/utils/utils.sh
        for i in `find ${D}/${libdir}/${PN}/ptest -perm /u+x -type f`; do
-               sed -e "s:\$TESTDIR.*/src/bin/lttng/\$LTTNG_BIN:\$LTTNG_BIN:" \
-                 -e 
"s:\$TESTDIR/../src/bin/lttng-sessiond/\$SESSIOND_BIN:\$SESSIOND_BIN:" \
-                 -e 
"s:\$DIR/../src/bin/lttng-sessiond/\$SESSIOND_BIN:\$SESSIOND_BIN:" \
-                 -e 
"s:\$TESTDIR/../src/bin/lttng-consumerd/:${libedir}/lttng/libexec/:" \
-                 -e 
"s:\$DIR/../src/bin/lttng-consumerd/:${libdir}/lttng/libexec/:" \
-                 -e 
"s:\$TESTDIR/../src/bin/lttng-relayd/\$RELAYD_BIN:\$RELAYD_BIN:" \
+               sed -e "s:\$TESTDIR.*/src/bin/lttng/\$LTTNG_BIN:\$LTTNG_BIN:g" \
+                 -e 
"s:\$TESTDIR/../src/bin/lttng-sessiond/\$SESSIOND_BIN:\$SESSIOND_BIN:g" \
+                 -e 
"s:\$DIR/../src/bin/lttng-sessiond/\$SESSIOND_BIN:\$SESSIOND_BIN:g" \
+                 -e 
"s:\$TESTDIR/../src/bin/lttng-consumerd/:${libdir}/lttng/libexec/:g" \
+                 -e 
"s:\$DIR/../src/bin/lttng-consumerd/:${libdir}/lttng/libexec/:g" \
+                 -e 
"s:\$TESTDIR/../src/bin/lttng-relayd/\$RELAYD_BIN:\$RELAYD_BIN:g" \
+                 -e 
"s:\$DIR/../src/bin/lttng-sessiond/lttng-sessiond:\$SESSIOND_BIN:g" \
+                 -e 
"s:\$DIR/../src/bin/lttng-relayd/\$RELAYD_BIN:\$RELAYD_BIN:g" \
+                 -e "s:\$DIR/../bin/lttng-relayd/\$RELAYD_BIN:\$RELAYD_BIN:g" \
                  -i $i
        done
 
-       sed -e "s:src/bin/lttng-sessiond:$bindir:" \
-           -e "s:src/bin/lttng-consumerd:${libexecdir}/libexec/:" \
+       sed -e "s:src/bin/lttng-sessiond:$bindir:g" \
+           -e "s:src/bin/lttng-consumerd:${libexecdir}/libexec/:g" \
        -i ${D}/${libdir}/${PN}/ptest/tests/regression/run-report.py
+       sed -e "s:src/bin:bin:g" \
+       -i ${D}/${libdir}/${PN}/ptest/tests/utils/utils.sh
 
 }
-- 
1.7.9.5

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to