summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20160126.bb
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2016-12-13 20:02:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-09 13:39:12 +0000
commit0bfe26381640c2fc1b2e5ed6db23a04a0608f538 (patch)
tree9f1952d388c92b3b0fdcb702107365c8cf648801 /meta/recipes-extended/ltp/ltp_20160126.bb
parent629b96f142f55749ed9e00c3b4d4de3e4c7fa035 (diff)
downloadpoky-0bfe26381640c2fc1b2e5ed6db23a04a0608f538.tar.gz
ltp: fix build for x32
We need to use the correct time() definition with time_t rather than a long, since long is 32-bit on x32. (From OE-Core rev: 520cee660efa60e44dbf004a617c130597be6cae) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20160126.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20160126.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20160126.bb b/meta/recipes-extended/ltp/ltp_20160126.bb
index 6e2ceac0e2..72d465bed3 100644
--- a/meta/recipes-extended/ltp/ltp_20160126.bb
+++ b/meta/recipes-extended/ltp/ltp_20160126.bb
@@ -65,6 +65,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
65 file://0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch \ 65 file://0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch \
66 file://0037-containers-netns_netlink-Avoid-segmentation-fault.patch \ 66 file://0037-containers-netns_netlink-Avoid-segmentation-fault.patch \
67 file://0038-run-posix-option-group-test-replace-CWD-qith-PWD.patch \ 67 file://0038-run-posix-option-group-test-replace-CWD-qith-PWD.patch \
68 file://fcntl-fix-the-time-def-to-use-time_t.patch \
68 " 69 "
69 70
70S = "${WORKDIR}/git" 71S = "${WORKDIR}/git"