1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

gawk: fix failing ptests

They were failing due to incorrect locale being used.

(From OE-Core rev: c4fdb3a8629c0c230e430a60df850f9c5ed4a423)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2020-01-08 14:27:55 +01:00
committed by Richard Purdie
parent 0b1cca70b9
commit 094b93cc1d
+2
View File
@@ -46,6 +46,8 @@ do_install_ptest() {
done
sed -i -e 's|/usr/local/bin|${bindir}|g' \
-e 's|#!${base_bindir}/awk|#!${bindir}/awk|g' ${D}${PTEST_PATH}/test/*.awk
sed -i -e "s|GAWKLOCALE|LANG|g" ${D}${PTEST_PATH}/test/Maketests
}
RDEPENDS_${PN}-ptest += "make"