diff options
author | Mingli Yu <Mingli.Yu@windriver.com> | 2019-04-16 16:05:00 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-04-23 23:30:19 +0100 |
commit | 073556fa8c6e95ebd1cd97d5226b8b9e743fe4e0 (patch) | |
tree | a0d1f632f06533adf4d75f658ac14db4c337122c /meta/recipes-devtools/elfutils/files/serial-tests.patch | |
parent | f0d4ef3cdcf803aab2acf3c40dea8bfec44dc01c (diff) | |
download | poky-073556fa8c6e95ebd1cd97d5226b8b9e743fe4e0.tar.gz |
elfutils: add ptest support
Add testsuite-ignore-elflint.diff from debian
(http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.176-1.debian.tar.xz)
to fix below ptest failure:
| ./run-strip-strmerge.sh: line 33: testrun_on_self_skip: command not found
| FAIL: run-strip-strmerge.sh
Add check for gcc for two test cases such as
run-strip-nothing.sh and run-strip-g.sh which
depends on gcc at run time.
(From OE-Core rev: 240e6b8819aab3bf74cdde92934be337e766aa75)
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/serial-tests.patch')
-rw-r--r-- | meta/recipes-devtools/elfutils/files/serial-tests.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/files/serial-tests.patch b/meta/recipes-devtools/elfutils/files/serial-tests.patch new file mode 100644 index 0000000000..4b448cd50a --- /dev/null +++ b/meta/recipes-devtools/elfutils/files/serial-tests.patch | |||
@@ -0,0 +1,28 @@ | |||
1 | From 48e111a17e8d5f10690716a63c17670f1406b56c Mon Sep 17 00:00:00 2001 | ||
2 | From: "Hongjun.Yang" <hongjun.yang@windriver.com> | ||
3 | Date: Wed, 28 Oct 2015 13:24:54 +0800 | ||
4 | Subject: [PATCH] Add serial-tests support, ptest need it. | ||
5 | |||
6 | Add serial-tests support, ptest need it. | ||
7 | |||
8 | Upstream-Status: Inappropriate [oe specific] | ||
9 | |||
10 | Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> | ||
11 | |||
12 | --- | ||
13 | configure.ac | 2 +- | ||
14 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
15 | |||
16 | diff --git a/configure.ac b/configure.ac | ||
17 | index b4e012d..2eb0417 100644 | ||
18 | --- a/configure.ac | ||
19 | +++ b/configure.ac | ||
20 | @@ -45,7 +45,7 @@ AC_COPYRIGHT([Copyright (C) 1996-2018 The elfutils developers.]) | ||
21 | AC_PREREQ(2.63) dnl Minimum Autoconf version required. | ||
22 | |||
23 | dnl We use GNU make extensions; automake 1.10 defaults to -Wportability. | ||
24 | -AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip parallel-tests]) | ||
25 | +AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip serial-tests]) | ||
26 | AM_MAINTAINER_MODE | ||
27 | |||
28 | AM_SILENT_RULES([yes]) | ||