summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index db09c75191..b406b09fda 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -418,6 +418,8 @@ export BUILD_STRIP = "${BUILD_PREFIX}strip"
418export MAKE = "make" 418export MAKE = "make"
419EXTRA_OEMAKE = "-e MAKEFLAGS=" 419EXTRA_OEMAKE = "-e MAKEFLAGS="
420 420
421export LC_ALL = "C"
422
421################################################################## 423##################################################################
422# Patch handling. 424# Patch handling.
423################################################################## 425##################################################################