summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20170929.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2017-12-14 14:45:04 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-02 17:24:38 +0000
commitf9145caae9515e563cfcaa7b82a0c77a03128c6a (patch)
treee31198fbbe1fa0ec06f4ab9aff14de8bb3c846a7 /meta/recipes-extended/ltp/ltp_20170929.bb
parent39663df1ee65fd081de38d0ee3b43d2404843e49 (diff)
downloadpoky-f9145caae9515e563cfcaa7b82a0c77a03128c6a.tar.gz
ltp: fix ar01 case failure
Our binutils is configured with --enable-deterministic-archives, so ar runs in deterministic mode by default. The ar01 case would fail because it doesn't consider this mode. Backport a patch from upstream to fix this issue. (From OE-Core rev: 094e98172e1bbc64f8e6d2a97208a58189674773) Signed-off-by: Yi Zhao <yi.zhao@windriver.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_20170929.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20170929.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20170929.bb b/meta/recipes-extended/ltp/ltp_20170929.bb
index 1a7e869fd0..bc0ecdfa26 100644
--- a/meta/recipes-extended/ltp/ltp_20170929.bb
+++ b/meta/recipes-extended/ltp/ltp_20170929.bb
@@ -50,6 +50,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
50 file://0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch \ 50 file://0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch \
51 file://0037-ltp-fix-format-security-error.patch \ 51 file://0037-ltp-fix-format-security-error.patch \
52 file://0038-generate-reproducible-gzip.patch \ 52 file://0038-generate-reproducible-gzip.patch \
53 file://0039-commands-ar01-Fix-for-test-in-deterministic-mode.patch \
53 " 54 "
54 55
55S = "${WORKDIR}/git" 56S = "${WORKDIR}/git"