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 8a84e53c1b..acef30b714 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -488,7 +488,7 @@ export BUILD_NM = "${BUILD_PREFIX}nm"
488export MAKE = "make" 488export MAKE = "make"
489EXTRA_OEMAKE = "" 489EXTRA_OEMAKE = ""
490EXTRA_OECONF = "" 490EXTRA_OECONF = ""
491export LC_ALL = "C" 491export LC_ALL = "en_US.UTF-8"
492 492
493################################################################## 493##################################################################
494# Patch handling. 494# Patch handling.