diff options
author | Jonathan Liu <net147@gmail.com> | 2016-05-29 20:44:28 +1000 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-06-01 19:35:51 -0400 |
commit | 7be16bce816dee5e9ea1dd241b5a3543fdf78356 (patch) | |
tree | 9388c6003c9d03ac0cc707422c9f125c43a8d5d8 /meta-networking/recipes-support/libldb | |
parent | 126e48c2a0e56333a6e7da7d30ea4c01d67904d1 (diff) | |
download | meta-openembedded-7be16bce816dee5e9ea1dd241b5a3543fdf78356.tar.gz |
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>
Diffstat (limited to 'meta-networking/recipes-support/libldb')
-rw-r--r-- | meta-networking/recipes-support/libldb/libldb_1.1.26.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/libldb/libldb_1.1.26.bb b/meta-networking/recipes-support/libldb/libldb_1.1.26.bb index 5458d47285..e657e52819 100644 --- a/meta-networking/recipes-support/libldb/libldb_1.1.26.bb +++ b/meta-networking/recipes-support/libldb/libldb_1.1.26.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://ldb.samba.org" | |||
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | LICENSE = "LGPL-3.0+ & LGPL-2.1+ & GPL-3.0+" | 4 | LICENSE = "LGPL-3.0+ & LGPL-2.1+ & GPL-3.0+" |
5 | 5 | ||
6 | DEPENDS += "libbsd libtdb libtalloc libtevent popt" | 6 | DEPENDS += "libaio libbsd libtdb libtalloc libtevent popt" |
7 | RDEPENDS_pyldb += "python" | 7 | RDEPENDS_pyldb += "python" |
8 | 8 | ||
9 | SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \ | 9 | SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \ |