summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ltp/ltp_20180926.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-12-14 14:57:05 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-15 11:48:07 +0000
commit851c9a1887235a5e061c2293abcecc9969040d85 (patch)
treef706c4af2375d38dee43cfc390613b82103227ba /meta/recipes-extended/ltp/ltp_20180926.bb
parentfbcd81d38f644380d8d409db029666135639ce80 (diff)
downloadpoky-851c9a1887235a5e061c2293abcecc9969040d85.tar.gz
ltp: Fix build with glibc 2.29
(From OE-Core rev: 1ba3400e1022ad9ea5bfea8d2237f3db0b83a83c) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp/ltp_20180926.bb')
-rw-r--r--meta/recipes-extended/ltp/ltp_20180926.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20180926.bb b/meta/recipes-extended/ltp/ltp_20180926.bb
index e471904d8e..6cfcaa5832 100644
--- a/meta/recipes-extended/ltp/ltp_20180926.bb
+++ b/meta/recipes-extended/ltp/ltp_20180926.bb
@@ -51,7 +51,8 @@ SRC_URI = "git://github.com/linux-test-project/ltp.git \
51 file://0001-netns_helper.sh-use-ping-6-when-ping6-is-not-avaliab.patch \ 51 file://0001-netns_helper.sh-use-ping-6-when-ping6-is-not-avaliab.patch \
52 file://0001-open_posix_testsuite-mmap24-2-Relax-condition-a-bit.patch \ 52 file://0001-open_posix_testsuite-mmap24-2-Relax-condition-a-bit.patch \
53 file://0001-statx-fix-compile-errors.patch \ 53 file://0001-statx-fix-compile-errors.patch \
54 file://0001-setrlimit05-Use-another-method-to-get-bad-address.patch \ 54 file://0001-setrlimit05-Use-another-method-to-get-bad-address.patch \
55 file://0001-getcpu01-Rename-getcpu-to-avoid-conflict-with-glibc-.patch \
55 " 56 "
56 57
57S = "${WORKDIR}/git" 58S = "${WORKDIR}/git"