diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-04-17 18:16:48 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-05-01 18:15:44 -0700 |
commit | 1af8c23d5071ec75c77d4dcbc8c9ed904aca3dff (patch) | |
tree | 91e56d55073b8a6f9be198baf5438aa5397172bd | |
parent | 1d1a1ae7a52cf7b4f167335f8c7b523c290ed6a4 (diff) | |
download | meta-openembedded-1af8c23d5071ec75c77d4dcbc8c9ed904aca3dff.tar.gz |
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>
-rw-r--r-- | meta-networking/recipes-support/libtevent/libtevent_0.9.36.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "LGPLv3+" | 4 | LICENSE = "LGPLv3+" |
5 | 5 | ||
6 | DEPENDS += "libtalloc" | 6 | DEPENDS += "libtalloc libtirpc" |
7 | RDEPENDS_python-tevent = "python" | 7 | RDEPENDS_python-tevent = "python" |
8 | 8 | ||
9 | SRC_URI = "https://samba.org/ftp/tevent/tevent-${PV}.tar.gz \ | 9 | SRC_URI = "https://samba.org/ftp/tevent/tevent-${PV}.tar.gz \ |