summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/glibc/glibc.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc.inc b/meta/recipes-core/glibc/glibc.inc
index 58d2ba7bc4..23a6ca99ae 100644
--- a/meta/recipes-core/glibc/glibc.inc
+++ b/meta/recipes-core/glibc/glibc.inc
@@ -9,8 +9,11 @@ inherit autotools texinfo features_check systemd
9 9
10LEAD_SONAME = "libc.so" 10LEAD_SONAME = "libc.so"
11 11
12# msgfmt could come from gettext-native but we don't depend on that and
13# disable for reproducibility
12CACHED_CONFIGUREVARS += " \ 14CACHED_CONFIGUREVARS += " \
13 ac_cv_path_BASH_SHELL=${base_bindir}/bash \ 15 ac_cv_path_BASH_SHELL=${base_bindir}/bash \
16 ac_cv_prog_MSGFMT= \
14 libc_cv_slibdir=${base_libdir} \ 17 libc_cv_slibdir=${base_libdir} \
15 libc_cv_rootsbindir=${base_sbindir} \ 18 libc_cv_rootsbindir=${base_sbindir} \
16 libc_cv_localedir=${localedir} \ 19 libc_cv_localedir=${localedir} \