diff options
author | Christopher Larson <chris_larson@mentor.com> | 2016-12-13 20:02:57 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-09 13:34:31 +0000 |
commit | 520cee660efa60e44dbf004a617c130597be6cae (patch) | |
tree | 433823748b30ee36e0abcd2fbb15491209fe1162 /meta/recipes-extended/ltp/ltp_20160126.bb | |
parent | 97976de2a5465cb476379ebc9d9e1b3f0837853a (diff) | |
download | openembedded-core-520cee660efa60e44dbf004a617c130597be6cae.tar.gz openembedded-core-520cee660efa60e44dbf004a617c130597be6cae.tar.bz2 openembedded-core-520cee660efa60e44dbf004a617c130597be6cae.zip |
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.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20160126.bb')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20160126.bb | 1 |
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 \ file://0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch \ file://0037-containers-netns_netlink-Avoid-segmentation-fault.patch \ file://0038-run-posix-option-group-test-replace-CWD-qith-PWD.patch \ + file://fcntl-fix-the-time-def-to-use-time_t.patch \ " S = "${WORKDIR}/git" |