All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chong Lu <Chong.Lu@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 2/3] strace: fix ptest execution failure
Date: Mon, 11 Aug 2014 09:19:30 +0800	[thread overview]
Message-ID: <53E81A22.5060503@windriver.com> (raw)
In-Reply-To: <74981f17a6e413de376a24ca45126e7f8c16482b.1407227521.git.Chong.Lu@windriver.com>

ping

On 08/05/2014 04:33 PM, Chong Lu wrote:
> ptest needs runtest-TESTS target.
> serial-tests is required to generate this target.
>
> Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
> ---
>   .../strace/strace-4.8/Makefile-ptest.patch              | 17 +++++++++++++++--
>   1 file changed, 15 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-devtools/strace/strace-4.8/Makefile-ptest.patch b/meta/recipes-devtools/strace/strace-4.8/Makefile-ptest.patch
> index f5556b2..3a0eb39 100644
> --- a/meta/recipes-devtools/strace/strace-4.8/Makefile-ptest.patch
> +++ b/meta/recipes-devtools/strace/strace-4.8/Makefile-ptest.patch
> @@ -1,11 +1,13 @@
>   strace: Add ptest
>   
> +Upstream-Status: Inappropriate
> +
>   Signed-off-by: Gabriel Barbu <gabriel.barbu@enea.com>
> -Upstream-Status: Pending
> +Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
>   
>   --- old/tests/Makefile.am	2013-07-23 13:44:24.660481381 +0200
>   +++ new/tests/Makefile.am	2013-07-23 16:22:42.937654391 +0200
> -@@ -9,3 +9,20 @@
> +@@ -9,3 +9,21 @@
>    EXTRA_DIST = init.sh $(TESTS)
>    
>    CLEANFILES = check.log
> @@ -18,6 +20,7 @@ Upstream-Status: Pending
>   +	install -d $(DESTDIR)/$(TESTDIR)
>   +	cp $(BUILDDIR)/$(TESTDIR)/Makefile $(DESTDIR)/$(TESTDIR)
>   +	sed -i -e 's/^Makefile:/_Makefile:/' $(DESTDIR)/$(TESTDIR)/Makefile
> ++	sed -i -e 's/bash/sh/' $(DESTDIR)/$(TESTDIR)/Makefile
>   +	for file in $(check_PROGRAMS); do \
>   +		install $(BUILDDIR)/$(TESTDIR)/$$file $(DESTDIR)/$(TESTDIR); \
>   +	done
> @@ -26,3 +29,13 @@ Upstream-Status: Pending
>   +		sed -i -e 's/$${srcdir=.}/./g' $(DESTDIR)/$(TESTDIR)/$$file; \
>   +	done
>   +	sed -i -e 's/$$srcdir/./g' $(DESTDIR)/$(TESTDIR)/net
> +--- a/configure.ac
> ++++ b/configure.ac
> +@@ -6,7 +6,7 @@ AC_INIT([strace],
> + AC_CONFIG_SRCDIR([strace.c])
> + AC_CONFIG_AUX_DIR([.])
> + AC_CONFIG_HEADERS([config.h])
> +-AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip silent-rules])
> ++AM_INIT_AUTOMAKE([foreign dist-xz no-dist-gzip silent-rules serial-tests])
> + AM_MAINTAINER_MODE
> + AC_CANONICAL_HOST



  reply	other threads:[~2014-08-11  1:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-05  8:33 [PATCH 0/3] fix several ptest issues Chong Lu
2014-08-05  8:33 ` [PATCH 1/3] perl: fix the output format of all tests Chong Lu
2014-08-11  1:19   ` Chong Lu
2014-08-05  8:33 ` [PATCH 2/3] strace: fix ptest execution failure Chong Lu
2014-08-11  1:19   ` Chong Lu [this message]
2014-08-05  8:33 ` [PATCH 3/3] dbus: fix ptest issue Chong Lu
2014-08-05  9:53   ` Richard Purdie
2014-08-05 10:07     ` Chong Lu
2014-08-05 10:16       ` Paul Eggleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53E81A22.5060503@windriver.com \
    --to=chong.lu@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.