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 14:07:10 -0400 |
commit | 95895b7e73574a607d0e51a50ca6bdafb4eab959 (patch) | |
tree | 6bf89b513d2b4d01cdf09d1c8d9405de6c91d60b /recipes-kernel | |
parent | 27b6a303fb7eeaaaafc92d730655ff16994b5426 (diff) | |
download | meta-ti-95895b7e73574a607d0e51a50ca6bdafb4eab959.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.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 | ||