diff options
author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2019-05-13 23:57:12 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-15 17:53:29 +0100 |
commit | eab20c9d50dc208508a4b245ffb0e5f85505b7d7 (patch) | |
tree | 0ce32323e31d9ded74d5eb4a624c62e7f9167612 /meta | |
parent | f8f972c072b2e8bc36e4049187a37c50190e42f2 (diff) | |
download | poky-eab20c9d50dc208508a4b245ffb0e5f85505b7d7.tar.gz |
valgrind: fix vg_regtest return code
(From OE-Core rev: ec7f0ba9bfd8a102e1ca6ab2f93bcb13fd819d95)
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind/0001-Return-a-valid-exit_code-from-vg_regtest.patch | 27 | ||||
-rw-r--r-- | meta/recipes-devtools/valgrind/valgrind_3.15.0.bb | 1 |
2 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-devtools/valgrind/valgrind/0001-Return-a-valid-exit_code-from-vg_regtest.patch b/meta/recipes-devtools/valgrind/valgrind/0001-Return-a-valid-exit_code-from-vg_regtest.patch new file mode 100644 index 0000000000..e7af5efecc --- /dev/null +++ b/meta/recipes-devtools/valgrind/valgrind/0001-Return-a-valid-exit_code-from-vg_regtest.patch | |||
@@ -0,0 +1,27 @@ | |||
1 | From 5eebdefd2251803e7d21081745018fcb16b2ba71 Mon Sep 17 00:00:00 2001 | ||
2 | From: Randy MacLeod <Randy.MacLeod@windriver.com> | ||
3 | Date: Wed, 8 May 2019 20:16:52 -0400 | ||
4 | Subject: [PATCH] Return a valid exit_code from vg_regtest | ||
5 | |||
6 | Upstream-Status: Pending | ||
7 | |||
8 | Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> | ||
9 | --- | ||
10 | tests/vg_regtest.in | 1 + | ||
11 | 1 file changed, 1 insertion(+) | ||
12 | |||
13 | diff --git a/tests/vg_regtest.in b/tests/vg_regtest.in | ||
14 | index 909af3be8..f2799c4e3 100755 | ||
15 | --- a/tests/vg_regtest.in | ||
16 | +++ b/tests/vg_regtest.in | ||
17 | @@ -403,6 +403,7 @@ sub mysystem($) | ||
18 | exit 1; | ||
19 | } | ||
20 | } | ||
21 | + return $exit_code; | ||
22 | } | ||
23 | # if $keepunfiltered, copies $1 to $1.unfiltered.out | ||
24 | # renames $0 tp $1 | ||
25 | -- | ||
26 | 2.17.0 | ||
27 | |||
diff --git a/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb b/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb index 3159f32230..9749fdb244 100644 --- a/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb +++ b/meta/recipes-devtools/valgrind/valgrind_3.15.0.bb | |||
@@ -36,6 +36,7 @@ SRC_URI = "https://sourceware.org/pub/valgrind/valgrind-${PV}.tar.bz2 \ | |||
36 | file://0001-fix-opcode-not-supported-on-mips32-linux.patch \ | 36 | file://0001-fix-opcode-not-supported-on-mips32-linux.patch \ |
37 | file://0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch \ | 37 | file://0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch \ |
38 | file://0001-Make-local-functions-static-to-avoid-assembler-error.patch \ | 38 | file://0001-Make-local-functions-static-to-avoid-assembler-error.patch \ |
39 | file://0001-Return-a-valid-exit_code-from-vg_regtest.patch \ | ||
39 | " | 40 | " |
40 | SRC_URI[md5sum] = "46e5fbdcbc3502a5976a317a0860a975" | 41 | SRC_URI[md5sum] = "46e5fbdcbc3502a5976a317a0860a975" |
41 | SRC_URI[sha256sum] = "417c7a9da8f60dd05698b3a7bc6002e4ef996f14c13f0ff96679a16873e78ab1" | 42 | SRC_URI[sha256sum] = "417c7a9da8f60dd05698b3a7bc6002e4ef996f14c13f0ff96679a16873e78ab1" |