[meta-virtualization] [PATCH] lxc: add missing RDEPENDS

Bruce Ashfield bruce.ashfield at gmail.com
Thu Dec 28 08:17:46 PST 2017


merged.

Bruce

On Fri, Dec 22, 2017 at 5:03 PM, Mark Asselstine
<mark.asselstine at windriver.com> wrote:
> When attempting to create a container using
>
> lxc-create -t download -n test -- no-validate --dist ubuntu --release \
> xenial --arch amd64
>
> the container creation will fail due to missing 'xz' and in the case
> of 'tar' due to invalid options if the busybox version of 'tar' is
> used.
>
> Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
> ---
>  recipes-containers/lxc/lxc_2.0.8.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/recipes-containers/lxc/lxc_2.0.8.bb b/recipes-containers/lxc/lxc_2.0.8.bb
> index b616e94..651eb72 100644
> --- a/recipes-containers/lxc/lxc_2.0.8.bb
> +++ b/recipes-containers/lxc/lxc_2.0.8.bb
> @@ -6,6 +6,8 @@ DEPENDS = "libxml2 libcap"
>  RDEPENDS_${PN} = " \
>                 rsync \
>                 gzip \
> +               xz \
> +               tar \
>                 libcap-bin \
>                 bridge-utils \
>                 dnsmasq \
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"


More information about the meta-virtualization mailing list