[oe-commits] [meta-openembedded] 25/60: libtdb: add missing libaio dependency

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


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

commit 720e8469bd1494e1773e5897b54a50f90b2a3952
Author: Jonathan Liu <net147 at gmail.com>
AuthorDate: Sun May 29 20:44:15 2016 +1000

    libtdb: 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 81f3fb09de018b2b67f608ecdf6963a70bffb463)
    Signed-off-by: Armin Kuster <akuster808 at 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"
 

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


More information about the Openembedded-commits mailing list