summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.33.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-05-03 16:16:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-04 22:48:12 +0100
commitfdeee94fa78f91613850500b209b75a6608241d0 (patch)
tree22670c5a10e9b649e5aa38db2efa1a314c719df9 /meta/recipes-core/busybox/busybox_1.33.0.bb
parent44befb922e061823c636c7ccbf09cc5e7defd9e2 (diff)
downloadopenembedded-core-contrib-fdeee94fa78f91613850500b209b75a6608241d0.tar.gz
busybox: Fix reproducibility
The ensures that globbing results in same order irrespective of shell in use Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.33.0.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.33.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.33.0.bb b/meta/recipes-core/busybox/busybox_1.33.0.bb
index a92fa2fe5f..c334c42000 100644
--- a/meta/recipes-core/busybox/busybox_1.33.0.bb
+++ b/meta/recipes-core/busybox/busybox_1.33.0.bb
@@ -48,6 +48,7 @@ SRC_URI = "https://busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
file://rev.cfg \
file://pgrep.cfg \
file://0001-decompress_gunzip-Fix-DoS-if-gzip-is-corrupt.patch \
+ file://0001-gen_build_files-Use-C-locale-when-calling-sed-on-glo.patch \
"
SRC_URI_append_libc-musl = " file://musl.cfg "