summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-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 382dadca6d..f5675577fa 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 = "C" 487export LC_ALL = "us_EN.UTF-8"
488 488
489################################################################## 489##################################################################
490# Patch handling. 490# Patch handling.