public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 2/3] strace: 4.12 -> 4.13
Date: Mon, 8 Aug 2016 13:48:35 +0800	[thread overview]
Message-ID: <57A81D33.2010101@windriver.com> (raw)
In-Reply-To: <CAMKF1spQ5gP-78DTTK8+jvkJFx6WSF9YQKw8+Jv7xvrRqNYYQQ@mail.gmail.com>



On 08/07/2016 10:43 PM, Khem Raj wrote:
> this broke musl/mips64 see
>
> http://errors.yoctoproject.org/Errors/Details/74499/

Sorry, I will look into it later.

// Robert

>
> On Tue, Aug 2, 2016 at 1:51 AM, Robert Yang <liezhi.yang@windriver.com> wrote:
>> Updated Makefile-ptest.patch
>>
>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> ---
>>   meta/recipes-devtools/strace/strace/Makefile-ptest.patch     | 12 ++++--------
>>   .../strace/{strace_4.12.bb => strace_4.13.bb}                |  4 ++--
>>   2 files changed, 6 insertions(+), 10 deletions(-)
>>   rename meta/recipes-devtools/strace/{strace_4.12.bb => strace_4.13.bb} (91%)
>>
>> diff --git a/meta/recipes-devtools/strace/strace/Makefile-ptest.patch b/meta/recipes-devtools/strace/strace/Makefile-ptest.patch
>> index 824031e..2b76e8a 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>
>>    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
>> -
>> diff --git a/meta/recipes-devtools/strace/strace_4.12.bb b/meta/recipes-devtools/strace/strace_4.13.bb
>> similarity index 91%
>> rename from meta/recipes-devtools/strace/strace_4.12.bb
>> rename to meta/recipes-devtools/strace/strace_4.13.bb
>> index 70d7402..1a576b3 100644
>> --- a/meta/recipes-devtools/strace/strace_4.12.bb
>> +++ b/meta/recipes-devtools/strace/strace_4.13.bb
>> @@ -14,8 +14,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/strace/strace-${PV}.tar.xz \
>>              file://0001-Fix-build-when-using-non-glibc-libc-implementation-o.patch \
>>              "
>>
>> -SRC_URI[md5sum] = "efb8611fc332e71ec419c53f59faa93e"
>> -SRC_URI[sha256sum] = "51144b78cb9ba22211b95a5aafe0af3694c0d575b25975d80ca9dd4dfd7c1e59"
>> +SRC_URI[md5sum] = "4b78c7febdd24c79d5147824d1a080a3"
>> +SRC_URI[sha256sum] = "d48f732576c91ece36a5843d63f9be054c40ef59f1e4773986042636861625d7"
>>
>>   inherit autotools ptest bluetooth
>>
>> --
>> 2.9.0
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>


  reply	other threads:[~2016-08-08  5:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-02  8:51 [PATCH 0/3] Packages upgrade Robert Yang
2016-08-02  8:51 ` [PATCH 1/3] libcap-ng: 0.7.7 -> 0.7.8 Robert Yang
2016-08-02  8:51 ` [PATCH 2/3] strace: 4.12 -> 4.13 Robert Yang
2016-08-07 14:43   ` Khem Raj
2016-08-08  5:48     ` Robert Yang [this message]
2016-08-02  8:51 ` [PATCH 3/3] tcl: 8.6.5 -> 8.6.6 Robert Yang

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=57A81D33.2010101@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox