diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-10-20 12:24:46 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-24 17:27:18 +0100 |
commit | eee0b5aadba34130080df8aebc7e8dd57c7d5ccb (patch) | |
tree | 7845ac646acd73d4a6db541c4d0202f3fa5907dc /meta/site/common-linux | |
parent | 74d1c5e4ad50d4d5465105cc0afe35f4f4a9a8d4 (diff) | |
download | openembedded-core-contrib-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/common-linux')
-rw-r--r-- | meta/site/common-linux | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/site/common-linux b/meta/site/common-linux index 00ac7173a5d..947ed5b7d36 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} bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present} bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no} +# coreutils +gl_cv_func_fstatat_zero_flag=${gl_cv_func_fstatat_zero_flag=yes} + # mysql ac_cv_sys_restartable_syscalls=${ac_cv_sys_restartable_syscalls=yes} ac_cv_conv_longlong_to_float=${ac_cv_conv_longlong_to_float=yes} |