[oe-commits] [meta-openembedded] 03/36: libtevent: Add back the dependency on libcap

git at git.openembedded.org git at git.openembedded.org
Wed Aug 10 11:48:58 UTC 2016


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

commit b9189f311f2ceb703d5e5b9fb8e9f9c934b6756b
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Tue Jun 28 01:52:54 2016 -0400

    libtevent: Add back the dependency on libcap
    
    The dependency on libcap was removed by:
    418d59459148621d593054dc397335d24165a655
    "libtevent: rework dependencies for deterministic build"
    
    but in fact there was not a patch to properly avoid
    dependency on libcap then we got error:
    |In file included from ../lib/replace/test/testsuite.c:34:0:
    |../lib/replace/system/capability.h:40:28: fatal error: sys/capability.h: No such file or directory
    |compilation terminated.
    
    so add the dependency back.
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa 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 3f5d7f4..28759ec 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 += "libaio libbsd libtalloc"
+DEPENDS += "libaio libbsd libtalloc libcap"
 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