mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 11:14:42 +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:
parent
1d1a1ae7a5
commit
1af8c23d50
@ -3,7 +3,7 @@ HOMEPAGE = "http://tevent.samba.org"
|
|||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
LICENSE = "LGPLv3+"
|
LICENSE = "LGPLv3+"
|
||||||
|
|
||||||
DEPENDS += "libtalloc"
|
DEPENDS += "libtalloc libtirpc"
|
||||||
RDEPENDS_python-tevent = "python"
|
RDEPENDS_python-tevent = "python"
|
||||||
|
|
||||||
SRC_URI = "https://samba.org/ftp/tevent/tevent-${PV}.tar.gz \
|
SRC_URI = "https://samba.org/ftp/tevent/tevent-${PV}.tar.gz \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user