aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2015-11-03 16:18:29 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-11-06 17:49:42 +0100
commitad1134f299f072a4095ff2957e063f5b6376f910 (patch)
treef121c2d91e490147f3e6be7f9f49cbd1e2dbaa0c /meta-oe
parentcca4c0d5da5dcc0813c8afbd8e1f46a584e91df1 (diff)
downloadmeta-openembedded-contrib-ad1134f299f072a4095ff2957e063f5b6376f910.tar.gz
libtevent: add missing dependency on libcap
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@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/libtevent/libtevent_0.9.21.bb2
1 files changed, 1 insertions, 1 deletions
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 5c7c5608da..f297f30e12 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"