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.patch35
1 files changed, 15 insertions, 20 deletions
diff --git a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
index a12f4c3e45..460b6e26ee 100644
--- a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
+++ b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
@@ -1,36 +1,31 @@
1From 0574ae9926308dcbca78bd8cd0f0f143f19cbcb5 Mon Sep 17 00:00:00 2001 1From 207fc7814bbeb0241382329215d21fd3b57066f9 Mon Sep 17 00:00:00 2001
2From: Gabriel Barbu <gabriel.barbu@enea.com> 2From: Gabriel Barbu <gabriel.barbu@enea.com>
3Date: Thu, 25 Jul 2013 15:28:33 +0200 3Date: Thu, 25 Jul 2013 15:28:33 +0200
4Subject: [PATCH 4/8] strace: Add ptest 4Subject: [PATCH] strace: Add ptest
5 5
6Upstream-Status: Inappropriate 6Upstream-Status: Inappropriate
7 7
8Signed-off-by: Gabriel Barbu <gabriel.barbu@enea.com> 8Signed-off-by: Gabriel Barbu <gabriel.barbu@enea.com>
9Signed-off-by: Chong Lu <Chong.Lu@windriver.com> 9Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
10Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
10 11
11--- 12---
12 configure.ac | 2 +- 13 tests/Makefile.am | 19 +++++++++++++++++++
13 tests/Makefile.am | 18 ++++++++++++++++++ 14 1 file changed, 19 insertions(+)
14 2 files changed, 19 insertions(+), 1 deletion(-)
15 15
16diff --git a/configure.ac b/configure.ac
17index 5f0aec4..8eaacc6 100644
18--- a/configure.ac
19+++ b/configure.ac
20@@ -42,7 +42,7 @@ AC_COPYRIGHT([Copyright (c) 1999-]copyright_year[ The strace developers.])
21 AC_CONFIG_SRCDIR([strace.c])
22 AC_CONFIG_AUX_DIR([.])
23 AC_CONFIG_HEADERS([config.h])
24-AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules parallel-tests 1.13])
25+AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules serial-tests 1.13])
26 AM_MAINTAINER_MODE
27 AC_CANONICAL_HOST
28
29diff --git a/tests/Makefile.am b/tests/Makefile.am 16diff --git a/tests/Makefile.am b/tests/Makefile.am
30index b4ba22a..5836438 100644 17index a2f3950..4fa97e2 100644
31--- a/tests/Makefile.am 18--- a/tests/Makefile.am
32+++ b/tests/Makefile.am 19+++ b/tests/Makefile.am
33@@ -408,3 +408,21 @@ BUILT_SOURCES = ksysent.h 20@@ -34,6 +34,7 @@ SIZEOF_LONG = @SIZEOF_LONG@
21 MPERS_NAME =
22 MPERS_CC_FLAGS =
23 ARCH_MFLAGS =
24+TEST_SUITE_LOG = test-suite.log
25 AM_CFLAGS = $(WARN_CFLAGS)
26 AM_CPPFLAGS = $(ARCH_MFLAGS) \
27 -I$(builddir) \
28@@ -490,3 +491,21 @@ BUILT_SOURCES = ksysent.h
34 CLEANFILES = ksysent.h 29 CLEANFILES = ksysent.h
35 30
36 include ../scno.am 31 include ../scno.am