diff options
author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2018-11-15 12:36:23 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-16 11:46:07 +0000 |
commit | e442370f2a48425d0e170f3cccf491c1193dafd2 (patch) | |
tree | d95697df5329498dd95d8e295516ecc65241dff4 | |
parent | 20eb0733e5232b64ae2cdbe5800335cb47fda2d4 (diff) | |
download | poky-e442370f2a48425d0e170f3cccf491c1193dafd2.tar.gz |
valgrind: update upstream patch status
Two recent patches are now marked as reported in the
valgrind bugzilla.
(From OE-Core rev: 0f8608dbdf150470f1b4e882515fe9f78f82b43a)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2 files changed, 2 insertions, 2 deletions
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 <Randy.MacLeod@windriver.com> | |||
3 | Date: Fri, 19 Oct 2018 10:31:12 -0400 | 3 | Date: Fri, 19 Oct 2018 10:31:12 -0400 |
4 | Subject: [PATCH] Guard against __GLIBC_PREREQ for musl libc | 4 | Subject: [PATCH] Guard against __GLIBC_PREREQ for musl libc |
5 | 5 | ||
6 | Upstream-Status: Pending | 6 | Upstream-Status: Submitted https://bugs.kde.org/show_bug.cgi?id=400162 |
7 | 7 | ||
8 | Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> | 8 | Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> |
9 | --- | 9 | --- |
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: | |||
18 | /tmp/cce22iiw.s:915: Error: symbol `exit_0' is already defined | 18 | /tmp/cce22iiw.s:915: Error: symbol `exit_0' is already defined |
19 | /tmp/cce22iiw.s:917: Error: symbol `exit' is already defined | 19 | /tmp/cce22iiw.s:917: Error: symbol `exit' is already defined |
20 | 20 | ||
21 | Upstream-Status: Pending | 21 | Upstream-Status: Submitted https://bugs.kde.org/show_bug.cgi?id=400164 |
22 | 22 | ||
23 | Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> | 23 | Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> |
24 | --- | 24 | --- |