[meta-virtualization] [PATCH] lxc: add back the rdepends on glibc-utils

Bruce Ashfield bruce.ashfield at gmail.com
Fri Dec 1 18:49:56 PST 2017


merged.

Bruce

On Mon, Nov 27, 2017 at 3:10 AM, <jackie.huang at windriver.com> wrote:

> From: Jackie Huang <jackie.huang at windriver.com>
>
> The rdepends on glibc-utils was removed without reason
> in the following commit:
> """
> e73608d56e498a7075e7a3e5550aafd76987d7aa
> lxc: 2.0.0 -> 2.0.8
> """
>
> And it causes failure:
> /usr/libexec/lxc/lxc-net: line 125: getent: command not found
>
> So add the dependency back.
>
> Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
> ---
>  recipes-containers/lxc/lxc_2.0.8.bb | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/recipes-containers/lxc/lxc_2.0.8.bb b/recipes-containers/lxc/
> lxc_2.0.8.bb
> index 93d5a10..c9ce5f0 100644
> --- a/recipes-containers/lxc/lxc_2.0.8.bb
> +++ b/recipes-containers/lxc/lxc_2.0.8.bb
> @@ -22,6 +22,9 @@ RDEPENDS_${PN} = " \
>                 gnutls \
>                 nettle \
>  "
> +
> +RDEPENDS_${PN}_append_libc-glibc = " glibc-utils"
> +
>  RDEPENDS_${PN}-ptest += "file make gmp nettle gnutls bash"
>
>  SRC_URI = "http://linuxcontainers.org/downloads/${BPN}-${PV}.tar.gz \
> --
> 2.11.0
>
> --
> _______________________________________________
> 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"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20171201/fcea0e9d/attachment.html>


More information about the meta-virtualization mailing list