]> code.ossystems Code Review - openembedded-core.git/commit
busybox: make busybox.links.{suid, nosuid} reproducible
authorMartin Hundebøll <martin@geanix.com>
Thu, 15 Nov 2018 09:12:49 +0000 (10:12 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Dec 2018 22:31:31 +0000 (22:31 +0000)
commit0f70da971e6e01ed9b669137b3ba39b1898a7dfe
treeb5b33e97f9b9f966440e0593d4ad4abf8c3fc47f
parent83214b835cd82d5dddb47c418c4e7a20ac433f61
busybox: make busybox.links.{suid, nosuid} reproducible

The busybox.link.* files are generated from autoconf.h and applets.h,
which are both auto-generated by the build system. The contents of the
two files might be in different order, and so the link files are not
reproducble as is.

Fix this by sorting the lists using `sort`.

(From OE-Core rev: bade7cc344c2f0e9316f973c34e9c9dfcbdbe32d)

Signed-off-by: Martin Hundebøll <martin@geanix.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-core/busybox/busybox.inc