All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] libtdb: 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/libtdb/libtdb_1.3.8.bb | 2 ++
 1 file changed, 2 insertions(+)

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 bf6698a..7fbbe34 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"
 
-- 
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] libtdb: 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.