summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20210524.bb
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2021-08-24 16:18:15 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-26 08:07:55 +0100
commitef3ad59d2ae54b12871c4e867edadaac42b2e357 (patch)
tree577ccf3a2e2e9c79422d03fa981ccd057fbe2b1c /meta/recipes-extended/ltp/ltp_20210524.bb
parent120e36e89c07e9fb2369f16aec81bc3217a82ed2 (diff)
downloadpoky-ef3ad59d2ae54b12871c4e867edadaac42b2e357.tar.gz
ltp: backport ioctl_ns05 fix from upstream
This false positive keeps showing up in our testing but the fix isn't yet a part of a tagged release, and it is probably too late for doing an uprev for the fall release anyway. (From OE-Core rev: f216d7e3e7eb94f53a69e25c805344b04ada60f5) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20210524.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20210524.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20210524.bb b/meta/recipes-extended/ltp/ltp_20210524.bb
index 702fa62b66..20e2deffa5 100644
--- a/meta/recipes-extended/ltp/ltp_20210524.bb
+++ b/meta/recipes-extended/ltp/ltp_20210524.bb
@@ -31,6 +31,7 @@ SRCREV = "0fb171f2beddaf64bd27597577c206c0f892b3cd"
31 31
32SRC_URI = "git://github.com/linux-test-project/ltp.git \ 32SRC_URI = "git://github.com/linux-test-project/ltp.git \
33 file://0001-Remove-OOM-tests-from-runtest-mm.patch \ 33 file://0001-Remove-OOM-tests-from-runtest-mm.patch \
34 file://0001-syscalls-ioctl_ns05.c-ioctl_ns06.c-Fix-too-small-buf.patch \
34 " 35 "
35 36
36S = "${WORKDIR}/git" 37S = "${WORKDIR}/git"