Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-networking] [PATCH 3/3] netkit-rusers: fix parallel build issue
Date: Tue, 30 Dec 2014 13:40:53 +0800	[thread overview]
Message-ID: <54A23AE5.2080804@windriver.com> (raw)
In-Reply-To: <20141229200657.GD4672@mentor.com>



On 12/30/2014 04:06 AM, Joe MacDonald wrote:
> Hi Robert,
>
> I merged this patch after removing your "LOCAL REV:" comment from the
> commit log) but I haven't merged the esmtp ones yet, I wanted to confirm
> first that the runtime behaviour wasn't impacted.  Just FYI.

Ah, sorry, my fault, I will remove the "(LOCAL REV" and send again, it
doesn't affect the runtime behaviour since I only remove it from sysroot.

// Robert

>
> -J
>
> [[oe] [meta-networking] [PATCH 3/3] netkit-rusers: fix parallel build issue] On 14.12.19 (Fri 00:29) Robert Yang wrote:
>
>> Fixed:
>> rusers.x: No such file or directory
>> Makefile:44: recipe for target 'rusers_xdr.c' failed
>>
>> (LOCAL REV: NOT UPSTREAM) -- Sent to meta-networking on 20141219
>>
>> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> ---
>>   ...rusersd-Makefile-fix-parallel-build-issue.patch |   30 ++++++++++++++++++++
>>   .../netkit-rusers/netkit-rusers_0.17.bb            |    1 +
>>   2 files changed, 31 insertions(+)
>>   create mode 100644 meta-networking/recipes-netkit/netkit-rusers/netkit-rusers/rpc.rusersd-Makefile-fix-parallel-build-issue.patch
>>
>> diff --git a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers/rpc.rusersd-Makefile-fix-parallel-build-issue.patch b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers/rpc.rusersd-Makefile-fix-parallel-build-issue.patch
>> new file mode 100644
>> index 0000000..d85178d
>> --- /dev/null
>> +++ b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers/rpc.rusersd-Makefile-fix-parallel-build-issue.patch
>> @@ -0,0 +1,30 @@
>> +From c23cc112a480f90950de5cf1de09b1a7e732bf21 Mon Sep 17 00:00:00 2001
>> +From: Robert Yang <liezhi.yang@windriver.com>
>> +Date: Mon, 15 Dec 2014 18:31:13 -0800
>> +Subject: [PATCH] rpc.rusersd/Makefile: fix parallel build issue
>> +
>> +Fixed:
>> +rusers.x: No such file or directory
>> +Makefile:44: recipe for target 'rusers_xdr.c' failed
>> +
>> +Upstream-Status: Pending
>> +
>> +Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
>> +---
>> + rpc.rusersd/Makefile |    2 +-
>> + 1 file changed, 1 insertion(+), 1 deletion(-)
>> +
>> +diff --git a/rpc.rusersd/Makefile b/rpc.rusersd/Makefile
>> +index 792f528..65a424a 100644
>> +--- a/rpc.rusersd/Makefile
>> ++++ b/rpc.rusersd/Makefile
>> +@@ -40,5 +40,5 @@ rusers.x:
>> + rusers.h: $(RUSERSX) rusers.x
>> + 	$(RPCGEN) -h -o rusers.h rusers.x
>> +
>> +-rusers_xdr.c: $(RUSERSX)
>> ++rusers_xdr.c: $(RUSERSX) rusers.x
>> + 	$(RPCGEN) -c -C -o rusers_xdr.c rusers.x
>> +--
>> +1.7.9.5
>> +
>> diff --git a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb
>> index e59f7a7..c930842 100644
>> --- a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb
>> +++ b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb
>> @@ -8,6 +8,7 @@ DEPENDS = " tcp-wrappers libtirpc rpcbind"
>>
>>   SRC_URI = "${DEBIAN_MIRROR}/main/n/${BPN}/${BPN}_${PV}.orig.tar.gz;name=archive \
>>              ${DEBIAN_MIRROR}/main/n/${BPN}/${BPN}_${PV}-8.diff.gz;name=patch8 \
>> +           file://rpc.rusersd-Makefile-fix-parallel-build-issue.patch \
>>   "
>>
>>   SRC_URI[archive.md5sum] = "dc99a80b9fde2ab427c874f88f1c1602"
>> --
>> 1.7.9.5
>>
>>
>>


      reply	other threads:[~2014-12-30  5:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-19  8:29 [meta-networking] [PATCH 1/3] esmtp: use BPN in SRC_URI Robert Yang
2014-12-19  8:29 ` [meta-networking] [PATCH 2/3] esmtp: remove sendmail from sysroot Robert Yang
2014-12-19  8:29 ` [meta-networking] [PATCH 3/3] netkit-rusers: fix parallel build issue Robert Yang
2014-12-29 20:06   ` Joe MacDonald
2014-12-30  5:40     ` Robert Yang [this message]

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=54A23AE5.2080804@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-devel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox