[oe-commits] [meta-openembedded] 27/60: libldb: add missing libaio dependency

git at git.openembedded.org git at git.openembedded.org
Wed Aug 17 18:07:08 UTC 2016


martin_jansa pushed a commit to branch krogoth-next
in repository meta-openembedded.

commit 23fc89531da6c230ff622e9d3219ad47b20f52c5
Author: Jonathan Liu <net147 at gmail.com>
AuthorDate: Sun May 29 20:44:28 2016 +1000

    libldb: add missing libaio dependency
    
    Signed-off-by: Jonathan Liu <net147 at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
    (cherry picked from commit 7be16bce816dee5e9ea1dd241b5a3543fdf78356)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-networking/recipes-support/libldb/libldb_1.1.26.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 5458d47..e657e52 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"
 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list