From 0f8608dbdf150470f1b4e882515fe9f78f82b43a Mon Sep 17 00:00:00 2001 From: Randy MacLeod Date: Thu, 15 Nov 2018 12:36:23 -0500 Subject: valgrind: update upstream patch status Two recent patches are now marked as reported in the valgrind bugzilla. Signed-off-by: Randy MacLeod Signed-off-by: Richard Purdie --- .../valgrind/0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch | 2 +- .../0001-Make-local-functions-static-to-avoid-assembler-error.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-devtools/valgrind') diff --git a/meta/recipes-devtools/valgrind/valgrind/0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch b/meta/recipes-devtools/valgrind/valgrind/0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch index 3efe65a940..81ab29f3be 100644 --- a/meta/recipes-devtools/valgrind/valgrind/0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch +++ b/meta/recipes-devtools/valgrind/valgrind/0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch @@ -3,7 +3,7 @@ From: Randy MacLeod Date: Fri, 19 Oct 2018 10:31:12 -0400 Subject: [PATCH] Guard against __GLIBC_PREREQ for musl libc -Upstream-Status: Pending +Upstream-Status: Submitted https://bugs.kde.org/show_bug.cgi?id=400162 Signed-off-by: Randy MacLeod --- diff --git a/meta/recipes-devtools/valgrind/valgrind/0001-Make-local-functions-static-to-avoid-assembler-error.patch b/meta/recipes-devtools/valgrind/valgrind/0001-Make-local-functions-static-to-avoid-assembler-error.patch index 45e5ea3e74..8d2ca5733e 100644 --- a/meta/recipes-devtools/valgrind/valgrind/0001-Make-local-functions-static-to-avoid-assembler-error.patch +++ b/meta/recipes-devtools/valgrind/valgrind/0001-Make-local-functions-static-to-avoid-assembler-error.patch @@ -18,7 +18,7 @@ and more importantly also avoid an assembler error: /tmp/cce22iiw.s:915: Error: symbol `exit_0' is already defined /tmp/cce22iiw.s:917: Error: symbol `exit' is already defined -Upstream-Status: Pending +Upstream-Status: Submitted https://bugs.kde.org/show_bug.cgi?id=400164 Signed-off-by: Randy MacLeod --- -- cgit 1.2.3-korg