From 46d59011cb29bb2b82217919df76b0bc7af7a0e2 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 2 Aug 2016 01:51:28 -0700 Subject: strace: 4.12 -> 4.13 Updated Makefile-ptest.patch (From OE-Core rev: 56d3ead9da83e1116c5c6e78441275e079e466b2) Signed-off-by: Robert Yang Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/strace/strace/Makefile-ptest.patch | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'meta/recipes-devtools/strace/strace') 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 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index 0209bac..b969e25 100644 --- a/configure.ac +++ b/configure.ac @@ -36,7 +36,7 @@ AC_INIT([strace], AC_CONFIG_SRCDIR([strace.c]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_HEADERS([config.h]) --AM_INIT_AUTOMAKE([foreign nostdinc dist-xz no-dist-gzip silent-rules parallel-tests]) -+AM_INIT_AUTOMAKE([foreign nostdinc dist-xz no-dist-gzip silent-rules serial-tests]) +-AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules parallel-tests]) ++AM_INIT_AUTOMAKE([foreign nostdinc dist-xz silent-rules serial-tests]) AM_MAINTAINER_MODE AC_CANONICAL_HOST diff --git a/tests/Makefile.am b/tests/Makefile.am -index 0f23b4b..429f7e9 100644 +index 9023029..e1917fa 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am -@@ -332,3 +332,21 @@ ksysent.h: $(srcdir)/ksysent.sed +@@ -784,3 +784,21 @@ ksysent.h: $(srcdir)/ksysent.sed BUILT_SOURCES = ksysent.h CLEANFILES = ksysent.h $(TESTS:=.tmp) @@ -48,6 +47,3 @@ index 0f23b4b..429f7e9 100644 + sed -i -e 's/$${srcdir=.}/./g' $(DESTDIR)/$(TESTDIR)/$$file; \ + done + for i in net net-fd scm_rights-fd sigaction; do sed -i -e 's/$$srcdir/./g' $(DESTDIR)/$(TESTDIR)/$$i.test; done --- -1.9.1 - -- cgit v1.2.3-54-g00ecf