[OE-core] [PATCH 13/18] Disable crypt support in glibc

Martin Jansa martin.jansa at gmail.com
Wed Aug 8 15:48:20 UTC 2018


Should this be squashed with "glibc: Drop packaging libcrypt from 2.28+
onwards" ?

I've accidentally cherry-picked the packaging change from patchwork and
missed this one which results in:

ERROR: glibc-2.28-r0 do_package: QA Issue: glibc: Files/directories were
installed but not shipped in any package:
  /lib/libcrypt.so.1
  /lib/libcrypt-2.28.so
Please set FILES such that these items are packaged. Alternatively if they
are unneeded, avoid installing them or delete them within do_install.
glibc: 2 installed and not shipped files. [installed-vs-shipped]


On Tue, Aug 7, 2018 at 12:59 AM Khem Raj <raj.khem at gmail.com> wrote:

> We have independent crypt implementation coming from libxcrypt
>
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
>  meta/recipes-core/glibc/glibc_2.28.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-core/glibc/glibc_2.28.bb
> b/meta/recipes-core/glibc/glibc_2.28.bb
> index 086daed04c..906e6c2b62 100644
> --- a/meta/recipes-core/glibc/glibc_2.28.bb
> +++ b/meta/recipes-core/glibc/glibc_2.28.bb
> @@ -83,6 +83,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
>                  --enable-bind-now \
>                  --enable-stack-protector=strong \
>                  --enable-stackguard-randomization \
> +                --disable-crypt \
>                  ${GLIBCPIE} \
>                  ${GLIBC_EXTRA_OECONF}"
>
> --
> 2.18.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20180808/9369b65d/attachment-0002.html>


More information about the Openembedded-core mailing list