Re: [OE-core] [PATCH] glibc: improve reproducibility with multilib

2018-02-06 Thread Bystricky, Juro
> This “| xargs” at the end seems redundant. xargs what? xargs is used to run a > command on each word of > the input.. It forces the words into one line: $ echo "zebra fox elephant elephant lion wolf fox " | xargs -n1 | sort -u | xargs elephant fox lion wolf zebra $echo "zebra fox elephant e

Re: [OE-core] [PATCH] glibc: improve reproducibility with multilib

2018-02-05 Thread Christopher Larson
On Mon, Feb 5, 2018 at 11:26 AM, Juro Bystricky wrote: > Multilib builds specify several loaders which will end up embedded in > some binaries or script files. To support reproducible builds, we must > ensure the loaders are always in deterministic order. > > [YOCTO #2655] > [YOCTO #12478] > [YOC

[OE-core] [PATCH] glibc: improve reproducibility with multilib

2018-02-05 Thread Juro Bystricky
Multilib builds specify several loaders which will end up embedded in some binaries or script files. To support reproducible builds, we must ensure the loaders are always in deterministic order. [YOCTO #2655] [YOCTO #12478] [YOCTO #12480] Signed-off-by: Juro Bystricky --- meta/recipes-core/glib