* [meta-networking][PATCH] libldb: add missing libaio dependency
@ 2016-05-29 10:44 Jonathan Liu
0 siblings, 0 replies; only message in thread
From: Jonathan Liu @ 2016-05-29 10:44 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Jonathan Liu <net147@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 \
--
2.8.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-05-29 10:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-29 10:44 [meta-networking][PATCH] libldb: add missing libaio dependency Jonathan Liu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.