mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 11:42:57 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
c42f1c0891
commit
dbf9269bea
@@ -72,6 +72,8 @@ do_compile () {
|
||||
do_install () {
|
||||
oe_runmake install
|
||||
chown -R root:root ${D}
|
||||
# fixup run_kselftest.sh due to spurious lines starting by "make[1]:"
|
||||
sed -i '/^make/d' ${D}${bindir}/kselftests/run_kselftest.sh
|
||||
}
|
||||
|
||||
PACKAGE_BEFORE_PN = " \
|
||||
|
||||
Reference in New Issue
Block a user