mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
cca4c0d5da
commit
ad1134f299
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user