[oe-commits] [meta-openembedded] 19/26: netkit-rusers: Depend on rpcsvc-proto-native for rpcgen tool

git at git.openembedded.org git at git.openembedded.org
Thu Aug 8 21:55:23 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 017bf0cfafc54bc990c8cc4965ac78c589f1c147
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Aug 8 07:02:25 2019 -0700

    netkit-rusers: Depend on rpcsvc-proto-native for rpcgen tool
    
    Fixes
    | rup.c:51:10: fatal error: 'rstat.h' file not found
    | #include "rstat.h"
    |          ^~~~~~~~~
    | 1 error generated.
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 c621263..77d739d 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
@@ -4,7 +4,7 @@ HOMEPAGE = "ftp://ftp.uk.linux.org/pub/linux/Networking/netkit"
 SECTION = "net"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://rusers/rusers.c;beginline=2;endline=3;md5=f4fc634a4ce8c569911196b72b10770e"
-DEPENDS = " tcp-wrappers libtirpc rpcbind rpcsvc-proto"
+DEPENDS = " tcp-wrappers libtirpc rpcbind rpcsvc-proto-native"
 
 SRC_URI = "http://http.debian.net/debian/pool/main/n/${BPN}/${BPN}_${PV}.orig.tar.gz;name=archive \
            http://http.debian.net/debian/pool/main/n/${BPN}/${BPN}_${PV}-8.diff.gz;name=patch8 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list