From 1af8c23d5071ec75c77d4dcbc8c9ed904aca3dff Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Tue, 17 Apr 2018 18:16:48 +0200 Subject: libtevent: add libtirpc to DEPENDS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Armin Kuster --- 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 a83851ea4f..c91b221b1e 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 \ -- cgit 1.2.3-korg