]> 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>
Fri, 16 Nov 2018 17:01:05 +0000 (17:01 +0000)
commitbade7cc344c2f0e9316f973c34e9c9dfcbdbe32d
tree14be281279b8cba5c880175f18ded3d8c4cf8062
parent5f4fe91cb6c21cd3ecd0b68d1c6b46a9530c7570
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`.

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