summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20170516.bb
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-06-20 18:30:54 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-28 15:52:18 +0100
commit9db6fe1d5da212e8fd244f8d7499b3aafd273135 (patch)
treecc9cdeb72247b751fe9c2abad260fb00331507d4 /meta/recipes-extended/ltp/ltp_20170516.bb
parentf6eb3edee3ed5b9fb7123325a50bebeba0212f16 (diff)
downloadpoky-9db6fe1d5da212e8fd244f8d7499b3aafd273135.tar.gz
ltp: use upstream patch to fix faccessat/fchmodat build warnings
Use 0037-faccessat-and-fchmodat-Fx-build-warnings.patch instead of 0012-fix-faccessat01.c-build-fails-with-security-flags.patch. The new patch has been merged upstream and will be available in next LTP release. (From OE-Core rev: 3c1d9629ac3b5af47d0f4db09b4eb7e0eb4b0afe) Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> 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_20170516.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20170516.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20170516.bb b/meta/recipes-extended/ltp/ltp_20170516.bb
index 31f339461f..f537d60c15 100644
--- a/meta/recipes-extended/ltp/ltp_20170516.bb
+++ b/meta/recipes-extended/ltp/ltp_20170516.bb
@@ -35,7 +35,6 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
35 file://0009-fix-redefinition-of-struct-msgbuf-error-building-wit.patch \ 35 file://0009-fix-redefinition-of-struct-msgbuf-error-building-wit.patch \
36 file://0010-replace-__BEGIN_DECLS-and-__END_DECLS.patch \ 36 file://0010-replace-__BEGIN_DECLS-and-__END_DECLS.patch \
37 file://0011-Rename-sigset-variable-to-sigset1.patch \ 37 file://0011-Rename-sigset-variable-to-sigset1.patch \
38 file://0012-fix-faccessat01.c-build-fails-with-security-flags.patch \
39 file://0018-guard-mallocopt-with-__GLIBC__.patch \ 38 file://0018-guard-mallocopt-with-__GLIBC__.patch \
40 file://0020-getdents-define-getdents-getdents64-only-for-glibc.patch \ 39 file://0020-getdents-define-getdents-getdents64-only-for-glibc.patch \
41 file://0021-Define-_GNU_SOURCE-for-MREMAP_MAYMOVE-definition.patch \ 40 file://0021-Define-_GNU_SOURCE-for-MREMAP_MAYMOVE-definition.patch \
@@ -51,6 +50,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
51 file://0035-fix-test_proc_kill-hang.patch \ 50 file://0035-fix-test_proc_kill-hang.patch \
52 file://0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch \ 51 file://0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch \
53 file://0001-dirtyc0w-Include-stdint.h.patch \ 52 file://0001-dirtyc0w-Include-stdint.h.patch \
53 file://0037-faccessat-and-fchmodat-Fix-build-warnings.patch \
54 " 54 "
55 55
56S = "${WORKDIR}/git" 56S = "${WORKDIR}/git"