summaryrefslogtreecommitdiffstats
path: root/meta/site
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-10-20 12:24:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-24 17:27:18 +0100
commiteee0b5aadba34130080df8aebc7e8dd57c7d5ccb (patch)
tree7845ac646acd73d4a6db541c4d0202f3fa5907dc /meta/site
parent74d1c5e4ad50d4d5465105cc0afe35f4f4a9a8d4 (diff)
downloadpoky-eee0b5aadba34130080df8aebc7e8dd57c7d5ccb.tar.gz
coreutils: Upgrade recipe 8.12 -> 8.14
Change in site files is needed since in cross build envrionment the test to check for gl_cv_func_fstatat_zero_flag is a runtime test (From OE-Core rev: 906c46d17146bc91e79999d861274e802e9fc745) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site')
-rw-r--r--meta/site/common-linux3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/site/common-linux b/meta/site/common-linux
index 00ac7173a5..947ed5b7d3 100644
--- a/meta/site/common-linux
+++ b/meta/site/common-linux
@@ -34,6 +34,9 @@ bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
34bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} 34bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
35bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} 35bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
36 36
37# coreutils
38gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes}
39
37# mysql 40# mysql
38ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes} 41ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes}
39ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes} 42ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes}