diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2017-03-17 22:36:52 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-03-17 16:22:53 -0400 |
commit | 5542938e56dee4a4f73f6a727b189ebca347e274 (patch) | |
tree | 0c14901216afae77ec718656f3c5054b2e6242be /recipes-kernel/kselftests/kselftests_4.9.bb | |
parent | cf47427823bead367e86ab6cec2e4a3fdcad57bd (diff) | |
download | meta-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/kselftests/kselftests_4.9.bb')
-rw-r--r-- | recipes-kernel/kselftests/kselftests_4.9.bb | 2 |
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 | ||
12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
13 | 13 | ||
14 | DEPENDS = "libcap popt rsync-native" | 14 | DEPENDS = "libcap libcap-ng popt rsync-native" |
15 | 15 | ||
16 | inherit kernel-arch | 16 | inherit kernel-arch |
17 | 17 | ||