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>
This commit is contained in:
Jackie Huang 2015-11-03 16:18:29 +08:00 committed by Martin Jansa
parent cca4c0d5da
commit ad1134f299

View File

@ -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"