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.
-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 <[email protected]> > --- > ...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 <[email protected]> > +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 <[email protected]> > +--- > + 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 > -- -Joe MacDonald. :wq
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
