aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2016-05-29 20:44:15 +1000
committerArmin Kuster <akuster808@gmail.com>2016-08-16 10:29:39 -0700
commit720e8469bd1494e1773e5897b54a50f90b2a3952 (patch)
tree0ef8849072d33a78bb13a24f90c8c228fca8d64d /meta-networking/recipes-support
parent2156d27f27ae8a010c68cd07b771822ef9bfeb6f (diff)
downloadmeta-openembedded-720e8469bd1494e1773e5897b54a50f90b2a3952.tar.gz
libtdb: 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> (cherry picked from commit 81f3fb09de018b2b67f608ecdf6963a70bffb463) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/libtdb/libtdb_1.3.8.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/libtdb/libtdb_1.3.8.bb b/meta-networking/recipes-support/libtdb/libtdb_1.3.8.bb
index bf6698ae55..7fbbe34cc3 100644
--- a/meta-networking/recipes-support/libtdb/libtdb_1.3.8.bb
+++ b/meta-networking/recipes-support/libtdb/libtdb_1.3.8.bb
@@ -2,6 +2,8 @@ SUMMARY = "The tdb library"
SECTION = "libs"
LICENSE = "LGPL-3.0+ & GPL-3.0+"
+DEPENDS += "libaio"
+
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-3.0;md5=bfccfe952269fff2b407dd11f2f3083b \
file://${COREBASE}/meta/files/common-licenses/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891"