libldb: add missing libaio dependency

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>
This commit is contained in:
Jonathan Liu 2016-05-29 20:44:28 +10:00 committed by Joe MacDonald
parent 126e48c2a0
commit 7be16bce81

View File

@ -3,7 +3,7 @@ HOMEPAGE = "http://ldb.samba.org"
SECTION = "libs"
LICENSE = "LGPL-3.0+ & LGPL-2.1+ & GPL-3.0+"
DEPENDS += "libbsd libtdb libtalloc libtevent popt"
DEPENDS += "libaio libbsd libtdb libtalloc libtevent popt"
RDEPENDS_pyldb += "python"
SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \