[oe] [meta-oe][PATCH 1/1] libtevent: add missing dependency on libcap

jackie.huang at windriver.com jackie.huang at windriver.com
Tue Nov 3 08:18:29 UTC 2015


From: Jackie Huang <jackie.huang at windriver.com>

The built-in library libreplace requires it,
or it fails with:
../lib/replace/system/capability.h:40:28: fatal error: sys/capability.h: No such file or directory

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
---
 meta-oe/recipes-support/libtevent/libtevent_0.9.21.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/libtevent/libtevent_0.9.21.bb b/meta-oe/recipes-support/libtevent/libtevent_0.9.21.bb
index 5c7c560..f297f30 100644
--- a/meta-oe/recipes-support/libtevent/libtevent_0.9.21.bb
+++ b/meta-oe/recipes-support/libtevent/libtevent_0.9.21.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://tevent.samba.org"
 SECTION = "libs"
 LICENSE = "LGPLv3+"
 
-DEPENDS += "talloc"
+DEPENDS += "talloc libcap"
 RDEPENDS_${PN} += "libtalloc"
 RDEPENDS_python-tevent = "python"
 
-- 
1.9.1




More information about the Openembedded-devel mailing list