diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-06-28 21:59:02 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-06 14:38:14 +0100 |
| commit | 8dec4ffdd2cc0cd4827aed8855370a6928488c87 (patch) | |
| tree | 74e122b2d596da668b8315a4457a8d5a05e0d5c1 /meta/recipes-devtools/valgrind | |
| parent | 1b09ea369054489de6dd33e1228603679676f050 (diff) | |
| download | poky-8dec4ffdd2cc0cd4827aed8855370a6928488c87.tar.gz | |
valgrind: Fix build with glibc 2.26
(From OE-Core rev: ee5555c81ca2177b088757cde77f1793db31f1f4)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/valgrind')
| -rw-r--r-- | meta/recipes-devtools/valgrind/valgrind/0001-memcheck-tests-Use-ucontext_t-instead-of-struct-ucon.patch | 30 | ||||
| -rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | 1 |
2 files changed, 31 insertions, 0 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind/0001-memcheck-tests-Use-ucontext_t-instead-of-struct-ucon.patch b/meta/recipes-devtools/valgrind/valgrind/0001-memcheck-tests-Use-ucontext_t-instead-of-struct-ucon.patch new file mode 100644 index 0000000000..bf16a1adfe --- /dev/null +++ b/meta/recipes-devtools/valgrind/valgrind/0001-memcheck-tests-Use-ucontext_t-instead-of-struct-ucon.patch | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | From 629ac492b1d9bc709d17337eb9b1c28603eca250 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Khem Raj <raj.khem@gmail.com> | ||
| 3 | Date: Wed, 28 Jun 2017 11:01:25 -0700 | ||
| 4 | Subject: [PATCH] memcheck/tests: Use ucontext_t instead of struct ucontext | ||
| 5 | |||
| 6 | glibc 2.26 does not expose struct ucontext anymore | ||
| 7 | |||
| 8 | Upstream-Status: Submitted [https://bugs.kde.org/show_bug.cgi?id=381769] | ||
| 9 | |||
| 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 11 | --- | ||
| 12 | memcheck/tests/linux/stack_changes.c | 2 +- | ||
| 13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 14 | |||
| 15 | diff --git a/memcheck/tests/linux/stack_changes.c b/memcheck/tests/linux/stack_changes.c | ||
| 16 | index ffb49c6..acc4109 100644 | ||
| 17 | --- a/memcheck/tests/linux/stack_changes.c | ||
| 18 | +++ b/memcheck/tests/linux/stack_changes.c | ||
| 19 | @@ -11,7 +11,7 @@ | ||
| 20 | // checks that Valgrind notices their stack changes properly. | ||
| 21 | |||
| 22 | #ifdef __GLIBC__ | ||
| 23 | -typedef struct ucontext mycontext; | ||
| 24 | +typedef ucontext_t mycontext; | ||
| 25 | |||
| 26 | mycontext ctx1, ctx2, oldc; | ||
| 27 | int count; | ||
| 28 | -- | ||
| 29 | 2.13.2 | ||
| 30 | |||
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb index a81adc31d6..3fce5de0a7 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.12.0.bb | |||
| @@ -31,6 +31,7 @@ SRC_URI = "http://www.valgrind.org/downloads/valgrind-${PV}.tar.bz2 \ | |||
| 31 | file://0004-pth_atfork1.c-Define-error-API-for-musl.patch \ | 31 | file://0004-pth_atfork1.c-Define-error-API-for-musl.patch \ |
| 32 | file://0005-tc20_verifywrap.c-Fake-__GLIBC_PREREQ-with-musl.patch \ | 32 | file://0005-tc20_verifywrap.c-Fake-__GLIBC_PREREQ-with-musl.patch \ |
| 33 | file://0006-pth_detached3.c-Dereference-pthread_t-before-adding-.patch \ | 33 | file://0006-pth_detached3.c-Dereference-pthread_t-before-adding-.patch \ |
| 34 | file://0001-memcheck-tests-Use-ucontext_t-instead-of-struct-ucon.patch \ | ||
| 34 | " | 35 | " |
| 35 | SRC_URI_append_libc-musl = "\ | 36 | SRC_URI_append_libc-musl = "\ |
| 36 | file://0001-fix-build-for-musl-targets.patch \ | 37 | file://0001-fix-build-for-musl-targets.patch \ |
