[oe-commits] [meta-openembedded] 11/12: libtalloc: add missing libaio dependency

git at git.openembedded.org git at git.openembedded.org
Thu Jun 2 14:39:34 UTC 2016


joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

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

    libtalloc: 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>
---
 meta-networking/recipes-support/libtalloc/libtalloc_2.1.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.6.bb b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.6.bb
index 8937311..b9192b0 100644
--- a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.6.bb
+++ b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.6.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://talloc.samba.org"
 SECTION = "libs"
 LICENSE = "LGPL-3.0+ & GPL-3.0+"
 
-DEPENDS += "libbsd"
+DEPENDS += "libaio libbsd"
 
 SRC_URI = "http://samba.org/ftp/talloc/talloc-${PV}.tar.gz"
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-3.0;md5=bfccfe952269fff2b407dd11f2f3083b \

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


More information about the Openembedded-commits mailing list