[meta-ti] [morty-next][PATCH 1/2] kselftests: add libpcap-ng dependency

Denys Dmytriyenko denis at denix.org
Fri Mar 17 11:07:01 PDT 2017


On Fri, Mar 17, 2017 at 07:09:21PM +0200, Fathi Boudra wrote:
> On 17 March 2017 at 19:04, Denys Dmytriyenko <denis at denix.org> wrote:
> > Fathi,
> >
> > Since I haven't merged morty-next anywhere yet, I can rebase and modify my
> > previous patch to not do a workaround for capabilities tests...
> 
> works for me. Thanks!

And s/libpcap/libcap/g in couple places... :)


> > On Fri, Mar 17, 2017 at 06:36:52PM +0200, Fathi Boudra wrote:
> >> libpcap-ng is required to build capabilities tests.
> >>
> >> Signed-off-by: Fathi Boudra <fathi.boudra at 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
> >>
> >> --
> >> _______________________________________________
> >> meta-ti mailing list
> >> meta-ti at yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/meta-ti
> 


More information about the meta-ti mailing list