mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +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:
committed by
Martin Jansa
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user