summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index f5675577fa..27ba7baab9 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -484,7 +484,7 @@ export BUILD_NM = "${BUILD_PREFIX}nm"
484export MAKE = "make" 484export MAKE = "make"
485EXTRA_OEMAKE = "" 485EXTRA_OEMAKE = ""
486EXTRA_OECONF = "" 486EXTRA_OECONF = ""
487export LC_ALL = "us_EN.UTF-8" 487export LC_ALL = "en_US.UTF-8"
488 488
489################################################################## 489##################################################################
490# Patch handling. 490# Patch handling.