summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20190930.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-02-13 00:21:57 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-14 13:07:23 +0000
commit53b0b651374ca78d95bf9474e5fa05270421460d (patch)
tree51737b9d27a3e1c1712fc310227340eb0011d1b6 /meta/recipes-extended/ltp/ltp_20190930.bb
parent21d97d00d59c0fabdbb44f6a39c0f9bbcd167888 (diff)
downloadpoky-53b0b651374ca78d95bf9474e5fa05270421460d.tar.gz
ltp: Fix tescases with 64bit time_t using 32bit arches
This helps it compile on musl Fixes | tst_clocks.c:31:17: error: 'SYS_clock_getres' undeclared (first use in this function); did you mean 'tst_clock_getres (From OE-Core rev: 8b6c22a0dc61579d112161fd49da855a678cc58b) 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_20190930.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20190930.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20190930.bb b/meta/recipes-extended/ltp/ltp_20190930.bb
index 2853b1c819..19bd7bc9c6 100644
--- a/meta/recipes-extended/ltp/ltp_20190930.bb
+++ b/meta/recipes-extended/ltp/ltp_20190930.bb
@@ -42,6 +42,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
42 file://0001-testcases-fix-an-absent-format-string-issue.patch \ 42 file://0001-testcases-fix-an-absent-format-string-issue.patch \
43 file://0001-Add-more-musl-exclusions.patch \ 43 file://0001-Add-more-musl-exclusions.patch \
44 file://0001-nm01-Remove-prefix-zeros-of-the-addresses-output-by-.patch \ 44 file://0001-nm01-Remove-prefix-zeros-of-the-addresses-output-by-.patch \
45 file://0001-syscalls-Check-for-time64-unsafe-syscalls-before-usi.patch \
45 " 46 "
46 47
47S = "${WORKDIR}/git" 48S = "${WORKDIR}/git"