mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-03 17:30:43 +00:00
kselftests: add libcap-ng dependency
libcap-ng is required to build capabilities tests. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
cf47427823
commit
5542938e56
@@ -11,7 +11,7 @@ S = "${WORKDIR}/linux-${PV}"
|
|||||||
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
DEPENDS = "libcap popt rsync-native"
|
DEPENDS = "libcap libcap-ng popt rsync-native"
|
||||||
|
|
||||||
inherit kernel-arch
|
inherit kernel-arch
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user