mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
netkit-rusers: fix parallel build issue
Fixed: rusers.x: No such file or directory Makefile:44: recipe for target 'rusers_xdr.c' failed Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
e805464634
commit
3e0c561ea7
|
|
@ -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
|
||||
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user