[oe-commits] [meta-openembedded] 26/60: libtalloc: add missing libaio dependency

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


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

commit 4b314da774c79f2ec64182b5a5d168b6a55d352b
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>
    (cherry picked from commit 126e48c2a0e56333a6e7da7d30ea4c01d67904d1)
    Signed-off-by: Armin Kuster <akuster808 at gmail.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