[oe-commits] [meta-openembedded] 39/58: libtevent: add libtirpc to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Sun May 6 20:02:17 UTC 2018


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

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

commit 1af8c23d5071ec75c77d4dcbc8c9ed904aca3dff
Author: Andreas Müller <schnitzeltony at gmail.com>
AuthorDate: Tue Apr 17 18:16:48 2018 +0200

    libtevent: add libtirpc to DEPENDS
    
    musl build fails with:
    
    | Checking for header rpc/rpc.h                                : no
    | Checking for header rpc/nettype.h                            : no
    | Checking for libtirpc headers                                : not found
    | Checking for libntirpc headers                               : not found
    | ERROR: No rpc/rpc.h header found, tirpc or libntirpc missing?
    
    Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-networking/recipes-support/libtevent/libtevent_0.9.36.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/libtevent/libtevent_0.9.36.bb b/meta-networking/recipes-support/libtevent/libtevent_0.9.36.bb
index a83851e..c91b221 100644
--- a/meta-networking/recipes-support/libtevent/libtevent_0.9.36.bb
+++ b/meta-networking/recipes-support/libtevent/libtevent_0.9.36.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://tevent.samba.org"
 SECTION = "libs"
 LICENSE = "LGPLv3+"
 
-DEPENDS += "libtalloc"
+DEPENDS += "libtalloc libtirpc"
 RDEPENDS_python-tevent = "python"
 
 SRC_URI = "https://samba.org/ftp/tevent/tevent-${PV}.tar.gz \

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


More information about the Openembedded-commits mailing list