All of lore.kernel.org
 help / color / mirror / Atom feed
* [morty-next][PATCH 1/2] kselftests: add libpcap-ng dependency
@ 2017-03-17 16:36 Fathi Boudra
  2017-03-17 16:36 ` [morty-next][PATCH 2/2] kselftests: fix seccomp test build failure Fathi Boudra
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Fathi Boudra @ 2017-03-17 16:36 UTC (permalink / raw)
  To: meta-ti

libpcap-ng is required to build capabilities tests.

Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
---
 recipes-kernel/kselftests/kselftests_4.9.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/recipes-kernel/kselftests/kselftests_4.9.bb b/recipes-kernel/kselftests/kselftests_4.9.bb
index a7b4ba67..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}"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
-DEPENDS = "libcap popt rsync-native"
+DEPENDS = "libcap libcap-ng popt rsync-native"
 
 inherit kernel-arch
 
@@ -139,8 +139,6 @@ FILES_${PN}-x86 = "${bindir}/kselftests/x86"
 FILES_${PN}-zram = "${bindir}/kselftests/zram"
 FILES_${PN}-dbg += "${bindir}/kselftests/*/.debug"
 
-ALLOW_EMPTY_${PN}-capabilities = "1"
-
 RDEPENDS_${PN}-cpu-hotplug += "bash"
 RDEPENDS_${PN}-efivarfs += "bash"
 RDEPENDS_${PN}-memory-hotplug += "bash"
-- 
2.11.0



^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2017-03-17 22:27 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-17 16:36 [morty-next][PATCH 1/2] kselftests: add libpcap-ng dependency Fathi Boudra
2017-03-17 16:36 ` [morty-next][PATCH 2/2] kselftests: fix seccomp test build failure Fathi Boudra
2017-03-17 16:47 ` [morty-next][PATCH 1/2] kselftests: add libpcap-ng dependency Khem Raj
2017-03-17 16:59   ` Denys Dmytriyenko
2017-03-17 17:03     ` Fathi Boudra
2017-03-17 17:06       ` Denys Dmytriyenko
2017-03-17 17:14         ` Fathi Boudra
2017-03-17 18:57           ` Khem Raj
2017-03-17 19:04             ` Denys Dmytriyenko
2017-03-17 19:12               ` Khem Raj
2017-03-17 20:08                 ` Denys Dmytriyenko
2017-03-17 22:26                   ` Khem Raj
2017-03-17 17:04 ` Denys Dmytriyenko
2017-03-17 17:09   ` Fathi Boudra
2017-03-17 18:07     ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.