summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-03-17 22:36:52 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-03-17 16:22:53 -0400
commit5542938e56dee4a4f73f6a727b189ebca347e274 (patch)
tree0c14901216afae77ec718656f3c5054b2e6242be /recipes-kernel
parentcf47427823bead367e86ab6cec2e4a3fdcad57bd (diff)
downloadmeta-ti-5542938e56dee4a4f73f6a727b189ebca347e274.tar.gz
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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/kselftests/kselftests_4.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/kselftests/kselftests_4.9.bb b/recipes-kernel/kselftests/kselftests_4.9.bb
index 8850a311..dd94a65b 100644
--- a/recipes-kernel/kselftests/kselftests_4.9.bb
+++ b/recipes-kernel/kselftests/kselftests_4.9.bb
@@ -11,7 +11,7 @@ S = "${WORKDIR}/linux-${PV}"
11 11
12PACKAGE_ARCH = "${MACHINE_ARCH}" 12PACKAGE_ARCH = "${MACHINE_ARCH}"
13 13
14DEPENDS = "libcap popt rsync-native" 14DEPENDS = "libcap libcap-ng popt rsync-native"
15 15
16inherit kernel-arch 16inherit kernel-arch
17 17