diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-12-14 14:57:05 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-15 11:48:07 +0000 |
commit | 851c9a1887235a5e061c2293abcecc9969040d85 (patch) | |
tree | f706c4af2375d38dee43cfc390613b82103227ba /meta/recipes-extended/ltp/ltp_20180926.bb | |
parent | fbcd81d38f644380d8d409db029666135639ce80 (diff) | |
download | poky-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.bb | 3 |
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 | ||
57 | S = "${WORKDIR}/git" | 58 | S = "${WORKDIR}/git" |