mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53: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
27b6a303fb
commit
95895b7e73
@@ -11,7 +11,7 @@ S = "${WORKDIR}/linux-${PV}"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
DEPENDS = "libcap popt rsync-native"
|
||||
DEPENDS = "libcap libcap-ng popt rsync-native"
|
||||
|
||||
inherit kernel-arch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user