summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20200930.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-12-20 22:18:01 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-12-21 22:29:08 +0000
commit7839481de7949d59e25113937c0b8901dc5b7425 (patch)
tree5ec039d9e49ab4a8ba6e4ccfd1a8f1efe04c64dd /meta/recipes-extended/ltp/ltp_20200930.bb
parent824713174fae0617240a236d1bbfd2929bf4b24f (diff)
downloadopenembedded-core-contrib-7839481de7949d59e25113937c0b8901dc5b7425.tar.gz
ltp: Fix ltp-pan crash on 32bit arches using 64bit time_t
ltp-pan crashes on riscv32/musl due to shorter width assigned to time_t in printf format Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20200930.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20200930.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20200930.bb b/meta/recipes-extended/ltp/ltp_20200930.bb
index 7acf15b360..e3c49fbf53 100644
--- a/meta/recipes-extended/ltp/ltp_20200930.bb
+++ b/meta/recipes-extended/ltp/ltp_20200930.bb
@@ -34,6 +34,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
file://0007-Fix-test_proc_kill-hanging.patch \
file://0001-Add-more-musl-exclusions.patch \
file://0001-Remove-OOM-tests-from-runtest-mm.patch \
+ file://0001-ltp-pan-Use-long-long-int-to-print-time_t.patch \
"
S = "${WORKDIR}/git"