> 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
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
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