summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-03-21 00:23:25 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-03-20 16:42:37 -0400
commitdbf9269bead2b83f716a40b6a1a97631e453a0df (patch)
tree4785c627ccc2e1d2b0b5d2822e5be49c4d668dc6
parentc42f1c0891108ccbce95f631b5dff7864210b487 (diff)
downloadmeta-ti-dbf9269bead2b83f716a40b6a1a97631e453a0df.tar.gz
kselftests: fix up run_kselftest.sh due to spurious lines
run_kselftests.sh contains randomly spurious lines starting by "make[1]:". The way the script is generated is most likely broken. Until, we've got a proper fix, get rid of the lines after the generated script is installed. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-kernel/kselftests/kselftests_4.9.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-kernel/kselftests/kselftests_4.9.bb b/recipes-kernel/kselftests/kselftests_4.9.bb
index 39188b01..9d3f1d73 100644
--- a/recipes-kernel/kselftests/kselftests_4.9.bb
+++ b/recipes-kernel/kselftests/kselftests_4.9.bb
@@ -72,6 +72,8 @@ do_compile () {
72do_install () { 72do_install () {
73 oe_runmake install 73 oe_runmake install
74 chown -R root:root ${D} 74 chown -R root:root ${D}
75 # fixup run_kselftest.sh due to spurious lines starting by "make[1]:"
76 sed -i '/^make/d' ${D}${bindir}/kselftests/run_kselftest.sh
75} 77}
76 78
77PACKAGE_BEFORE_PN = " \ 79PACKAGE_BEFORE_PN = " \