summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/strace/strace/Makefile-ptest.patch')
-rw-r--r--meta/recipes-devtools/strace/strace/Makefile-ptest.patch13
1 files changed, 7 insertions, 6 deletions
diff --git a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
index 2b76e8a111..876c2d8629 100644
--- a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
+++ b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
@@ -10,25 +10,26 @@ Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
10 2 files changed, 19 insertions(+), 1 deletion(-) 10 2 files changed, 19 insertions(+), 1 deletion(-)
11 11
12diff --git a/configure.ac b/configure.ac 12diff --git a/configure.ac b/configure.ac
13index b2b03c6..464a9dc 100644
13--- a/configure.ac 14--- a/configure.ac
14+++ b/configure.ac 15+++ b/configure.ac
15@@ -36,7 +36,7 @@ AC_INIT([strace], 16@@ -39,7 +39,7 @@ AC_COPYRIGHT([Copyright (C) 1999-2017 The strace developers.])
16 AC_CONFIG_SRCDIR([strace.c]) 17 AC_CONFIG_SRCDIR([strace.c])
17 AC_CONFIG_AUX_DIR([.]) 18 AC_CONFIG_AUX_DIR([.])
18 AC_CONFIG_HEADERS([config.h]) 19 AC_CONFIG_HEADERS([config.h])
19-AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules parallel-tests]) 20-AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules parallel-tests])
20+AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules serial-tests]) 21+AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules serial-tests])
22 AM_EXTRA_RECURSIVE_TARGETS([check-valgrind])
21 AM_MAINTAINER_MODE 23 AM_MAINTAINER_MODE
22 AC_CANONICAL_HOST 24 AC_CANONICAL_HOST
23
24diff --git a/tests/Makefile.am b/tests/Makefile.am 25diff --git a/tests/Makefile.am b/tests/Makefile.am
25index 9023029..e1917fa 100644 26index 311d3bb..72f9022 100644
26--- a/tests/Makefile.am 27--- a/tests/Makefile.am
27+++ b/tests/Makefile.am 28+++ b/tests/Makefile.am
28@@ -784,3 +784,21 @@ ksysent.h: $(srcdir)/ksysent.sed 29@@ -960,3 +960,21 @@ $(objects): scno.h
29
30 BUILT_SOURCES = ksysent.h
31 CLEANFILES = ksysent.h $(TESTS:=.tmp) 30 CLEANFILES = ksysent.h $(TESTS:=.tmp)
31
32 include ../scno.am
32+ 33+
33+buildtest-TESTS: $(check_PROGRAMS) $(TESTS) 34+buildtest-TESTS: $(check_PROGRAMS) $(TESTS)
34+ 35+