[oe-commits] [openembedded-core] branch master-next updated: fixup

git at git.openembedded.org git at git.openembedded.org
Thu Mar 14 23:39:54 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/master-next by this push:
     new cd5e96e  fixup
cd5e96e is described below

commit cd5e96e50a34f9cf2f37aecbcc571927a3a39ea1
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Mar 14 16:33:09 2019 -0700

    fixup
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb b/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb
index e3199af..5097b2d 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.10.6.bb
@@ -112,8 +112,10 @@ do_install_ptest () {
     #
     # Use the versioned libs of liblttng-ust-dl.
     #
-    sed -i -e 's!:liblttng-ust-dl.so!:liblttng-ust-dl.so.0!' \
-        "${D}${PTEST_PATH}/tests/regression/ust/ust-dl/test_ust-dl.py"
+    ustdl="${D}${PTEST_PATH}/tests/regression/ust/ust-dl/test_ust-dl.py"
+    if [ -e $ustdl ]; then
+        sed -i -e 's!:liblttng-ust-dl.so!:liblttng-ust-dl.so.0!' $ustdl
+    fi
 
     install ${B}/tests/unit/ini_config/sample.ini ${D}${PTEST_PATH}/tests/unit/ini_config/
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list