diff options
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 9b26580f1b..9377ee6ba1 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -98,6 +98,7 @@ TUNE_ASARGS ??= "" | |||
98 | TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}" | 98 | TUNE_FEATURES ??= "${TUNE_FEATURES_tune-${DEFAULTTUNE}}" |
99 | LIBCEXTENSION ??= "" | 99 | LIBCEXTENSION ??= "" |
100 | ABIEXTENSION ??= "" | 100 | ABIEXTENSION ??= "" |
101 | USE_NLS ??= "yes" | ||
101 | 102 | ||
102 | TARGET_ARCH = "${TUNE_ARCH}" | 103 | TARGET_ARCH = "${TUNE_ARCH}" |
103 | TARGET_OS = "linux${LIBCEXTENSION}${ABIEXTENSION}" | 104 | TARGET_OS = "linux${LIBCEXTENSION}${ABIEXTENSION}" |