mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
libtevent: add missing libaio dependency
Fixes the following compile error:
| [ 6/27] Compiling lib/replace/test/testsuite.c
| In file included from ../lib/replace/test/testsuite.c:49:0:
| ../lib/replace/system/aio.h:29:20: fatal error: libaio.h: No such file or directory
| compilation terminated.
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
(cherry picked from commit 18a1d69f86)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
94425033d9
commit
2156d27f27
@@ -3,7 +3,7 @@ HOMEPAGE = "http://tevent.samba.org"
|
||||
SECTION = "libs"
|
||||
LICENSE = "LGPLv3+"
|
||||
|
||||
DEPENDS += "libbsd libtalloc"
|
||||
DEPENDS += "libaio libbsd libtalloc"
|
||||
RDEPENDS_python-tevent = "python"
|
||||
|
||||
SRC_URI = "http://samba.org/ftp/tevent/tevent-${PV}.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user