mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
bitbake.conf: Set LC_ALL instead of requring bitbake or env scripts to do this
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -418,6 +418,8 @@ export BUILD_STRIP = "${BUILD_PREFIX}strip"
|
||||
export MAKE = "make"
|
||||
EXTRA_OEMAKE = "-e MAKEFLAGS="
|
||||
|
||||
export LC_ALL = "C"
|
||||
|
||||
##################################################################
|
||||
# Patch handling.
|
||||
##################################################################
|
||||
|
||||
Reference in New Issue
Block a user