On 05/29/2018 07:25 AM, Bruce Ashfield wrote: > merged. > > Bruce > > On Fri, May 25, 2018 at 9:58 AM, Pascal Bach <[email protected] > <mailto:[email protected]>> wrote: > > This requires libseccomp from meta-security so it is not enabled > by default. >
will there be a patch to add this dependency to the layer.conf ? - armin > > > Signed-off-by: Pascal Bach <[email protected] > <mailto:[email protected]>> > --- > recipes-containers/runc/runc.inc | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/recipes-containers/runc/runc.inc > b/recipes-containers/runc/runc.inc > index 9199cef..6d11a6e 100644 > --- a/recipes-containers/runc/runc.inc > +++ b/recipes-containers/runc/runc.inc > @@ -12,6 +12,10 @@ PV = "${RUNC_VERSION}+git${SRCPV}" > > inherit go > inherit goarch > +inherit pkgconfig > + > +PACKAGECONFIG ??= "" > +PACKAGECONFIG[seccomp] = "seccomp,,libseccomp" > > RRECOMMENDS_${PN} = "lxc docker" > PROVIDES += "virtual/runc" > @@ -22,7 +26,7 @@ GO_IMPORT = "import" > LIBCONTAINER_PACKAGE="github.com/opencontainers/runc/libcontainer > <http://github.com/opencontainers/runc/libcontainer>" > > do_configure[noexec] = "1" > -EXTRA_OEMAKE="BUILDTAGS='' GO=${GO}" > +EXTRA_OEMAKE="BUILDTAGS='${PACKAGECONFIG_CONFARGS}' GO=${GO}" > > do_compile() { > # Set GOPATH. See 'PACKAGERS.md'. Don't rely on > -- > 2.11.0 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > <mailto:[email protected]> > https://lists.yoctoproject.org/listinfo/meta-virtualization > <https://lists.yoctoproject.org/listinfo/meta-virtualization> > > > > > -- > "Thou shalt not follow the NULL pointer, for chaos and madness await > thee at its end" > >
-- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
