[Buildroot] Package dependency

José Pekkarinen jose.pekkarinen at unikie.com
Mon Nov 29 07:10:32 UTC 2021


On Thu, Nov 25, 2021 at 4:51 PM Arnout Vandecappelle <arnout at mind.be> wrote:

>
>
> On 25/11/2021 13:27, José Pekkarinen wrote:
> >
> >     Hi buildroot list,
> >
> >     I'm working on a package for minijail that
> >
> > has a build dependency on libcap. I'm having
> > troubles to set the dependency in the recipe and
> > I fail to find what is wrong, so I want to ask for hints.
> >
> >     Current Config.in:
> >
> >
> > config BR2_PACKAGE_MINIJAIL
> >         bool "minijail"
> >         select BR2_PACKAGE_HOST_LIBCAP
> >         select BR2_PACKAGE_LIBCAP
> >         help
> >           Minijail is a sandboxing tool maintained by google.
> >
> > https://google.github.io/minijail/
> >
> >     Current recipe:
> >
> >
> >
> ################################################################################
> > #
> > # minijail
> > #
> >
> ################################################################################
> >
> > MINIJAIL_VERSION = linux-v17
> > MINIJAIL_SOURCE = $(MINIJAIL_VERSION).tar.gz
> > MINIJAIL_SITE = "https://github.com/google/minijail/archive/refs/tags"
> > MINIJAIL_LICENSE = BSD-Style
> > MINIJAIL_LICENSE_FILES = LICENSE
> > MINIJAIL_DEPENDENCY=libcap host-libcap
>
>   Try MINIJAIL_DEPENDENCIES.
>
>   Also, of course, formatting - use check-package.
>

Ah! What a typo, thanks Arnout!


José.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20211129/8fa65c47/attachment.html>


More information about the buildroot mailing list