mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
1d1a1ae7a5
commit
1af8c23d50
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user