summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20190115.bb
diff options
context:
space:
mode:
authorHongzhi.Song <hongzhi.song@windriver.com>2019-06-27 01:23:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-28 13:28:32 +0100
commit337e6923375e7cf568a66b299b6c3461f33a903c (patch)
tree40db3816f4803948ace7e1f07e80bb5d5d2bed1a /meta/recipes-extended/ltp/ltp_20190115.bb
parent82714d374744d55f57d48fd08971e8b952a7bcdd (diff)
downloadopenembedded-core-contrib-337e6923375e7cf568a66b299b6c3461f33a903c.tar.gz
ltp: fix shmctl01 failure when executed.
schmctl01 fails with following error: [shmctl01 5 TFAIL : shmctl01.c:171: shmctl01 call failed - errno = 22 : Invalid argument] Backport the patch from upstream can fix it. Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20190115.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20190115.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20190115.bb b/meta/recipes-extended/ltp/ltp_20190115.bb
index 1d0c00b64b..e91dea2f19 100644
--- a/meta/recipes-extended/ltp/ltp_20190115.bb
+++ b/meta/recipes-extended/ltp/ltp_20190115.bb
@@ -50,6 +50,7 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
file://define-sigrtmin-and-sigrtmax-for-musl.patch \
file://setregid01-security-string-formatting.patch \
file://0001-syscalls-setrlimit03.c-read-proc-sys-fs-nr_open-for-.patch \
+ file://0001-shmctl01-don-t-use-hardcoded-index-0-for-SHM_STAT-te.patch \
"
S = "${WORKDIR}/git"