summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/strace/strace
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-08-02 01:51:28 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-04 15:22:23 +0100
commit46d59011cb29bb2b82217919df76b0bc7af7a0e2 (patch)
treea6dd719b073402fc3ea4a4547abd29bd785fe71c /meta/recipes-devtools/strace/strace
parent7dbfe6f73d052e806240a8026fc6cc00b3082350 (diff)
downloadpoky-46d59011cb29bb2b82217919df76b0bc7af7a0e2.tar.gz
strace: 4.12 -> 4.13
Updated Makefile-ptest.patch (From OE-Core rev: 56d3ead9da83e1116c5c6e78441275e079e466b2) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/strace/strace')
-rw-r--r--meta/recipes-devtools/strace/strace/Makefile-ptest.patch12
1 files changed, 4 insertions, 8 deletions
diff --git a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
index 824031e863..2b76e8a111 100644
--- a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
+++ b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
@@ -10,23 +10,22 @@ 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 0209bac..b969e25 100644
14--- a/configure.ac 13--- a/configure.ac
15+++ b/configure.ac 14+++ b/configure.ac
16@@ -36,7 +36,7 @@ AC_INIT([strace], 15@@ -36,7 +36,7 @@ AC_INIT([strace],
17 AC_CONFIG_SRCDIR([strace.c]) 16 AC_CONFIG_SRCDIR([strace.c])
18 AC_CONFIG_AUX_DIR([.]) 17 AC_CONFIG_AUX_DIR([.])
19 AC_CONFIG_HEADERS([config.h]) 18 AC_CONFIG_HEADERS([config.h])
20-AM_INIT_AUTOMAKE([foreign nostdinc dist-xz no-dist-gzip silent-rules parallel-tests]) 19-AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules parallel-tests])
21+AM_INIT_AUTOMAKE([foreign nostdinc dist-xz no-dist-gzip silent-rules serial-tests]) 20+AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules serial-tests])
22 AM_MAINTAINER_MODE 21 AM_MAINTAINER_MODE
23 AC_CANONICAL_HOST 22 AC_CANONICAL_HOST
24 23
25diff --git a/tests/Makefile.am b/tests/Makefile.am 24diff --git a/tests/Makefile.am b/tests/Makefile.am
26index 0f23b4b..429f7e9 100644 25index 9023029..e1917fa 100644
27--- a/tests/Makefile.am 26--- a/tests/Makefile.am
28+++ b/tests/Makefile.am 27+++ b/tests/Makefile.am
29@@ -332,3 +332,21 @@ ksysent.h: $(srcdir)/ksysent.sed 28@@ -784,3 +784,21 @@ ksysent.h: $(srcdir)/ksysent.sed
30 29
31 BUILT_SOURCES = ksysent.h 30 BUILT_SOURCES = ksysent.h
32 CLEANFILES = ksysent.h $(TESTS:=.tmp) 31 CLEANFILES = ksysent.h $(TESTS:=.tmp)
@@ -48,6 +47,3 @@ index 0f23b4b..429f7e9 100644
48+ sed -i -e 's/$${srcdir=.}/./g' $(DESTDIR)/$(TESTDIR)/$$file; \ 47+ sed -i -e 's/$${srcdir=.}/./g' $(DESTDIR)/$(TESTDIR)/$$file; \
49+ done 48+ done
50+ for i in net net-fd scm_rights-fd sigaction; do sed -i -e 's/$$srcdir/./g' $(DESTDIR)/$(TESTDIR)/$$i.test; done 49+ for i in net net-fd scm_rights-fd sigaction; do sed -i -e 's/$$srcdir/./g' $(DESTDIR)/$(TESTDIR)/$$i.test; done
51--
521.9.1
53