[oe-commits] [meta-openembedded] 24/60: libtevent: add missing libaio dependency

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


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

commit 2156d27f27ae8a010c68cd07b771822ef9bfeb6f
Author: Jonathan Liu <net147 at gmail.com>
AuthorDate: Sun May 29 20:43:43 2016 +1000

    libtevent: add missing libaio dependency
    
    Fixes the following compile error:
    | [ 6/27] Compiling lib/replace/test/testsuite.c
    | In file included from ../lib/replace/test/testsuite.c:49:0:
    | ../lib/replace/system/aio.h:29:20: fatal error: libaio.h: No such file or directory
    | compilation terminated.
    
    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 18a1d69f86b7eb5d151a77665dbb6a2da5306c05)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-networking/recipes-support/libtevent/libtevent_0.9.28.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/libtevent/libtevent_0.9.28.bb b/meta-networking/recipes-support/libtevent/libtevent_0.9.28.bb
index d0ad748..3f5d7f4 100644
--- a/meta-networking/recipes-support/libtevent/libtevent_0.9.28.bb
+++ b/meta-networking/recipes-support/libtevent/libtevent_0.9.28.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://tevent.samba.org"
 SECTION = "libs"
 LICENSE = "LGPLv3+"
 
-DEPENDS += "libbsd libtalloc"
+DEPENDS += "libaio libbsd libtalloc"
 RDEPENDS_python-tevent = "python"
 
 SRC_URI = "http://samba.org/ftp/tevent/tevent-${PV}.tar.gz"

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


More information about the Openembedded-commits mailing list