From 96415387fa16088be86486a97b145bc186e8968f Mon Sep 17 00:00:00 2001 From: Julian Pidancet Date: Wed, 26 Oct 2011 22:41:23 +0100 Subject: Give coreutils a chance to build the df utility The coreutils configure script is unable determine how to get free space from the Operating System when cross-compiling. This changes caches the result of the "statfs2_bsize" test for the coreutils configure script. Both glibc and uclibc defines statfs as a two-argument function and uses a struct statfs containing a f_bsize field. That's why the fu_cv_sys_stat_statfs2_bsize variable has to be defined for both libcs. (From OE-Core rev: fa1eb21933a880aa20e4ca87574753b1ec272c3b) Signed-off-by: Julian Pidancet Signed-off-by: Richard Purdie --- meta/site/common-uclibc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/site/common-uclibc') diff --git a/meta/site/common-uclibc b/meta/site/common-uclibc index bdad0e9dc6..a264765e87 100644 --- a/meta/site/common-uclibc +++ b/meta/site/common-uclibc @@ -28,6 +28,9 @@ ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes} bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=no} bash_cv_sys_siglist=${bash_cv_sys_siglist=no} +# coreutils +fu_cv_sys_stat_statfs2_bsize=${fu_cv_sys_stat_statfs2_bsize=yes} + # va_copy and _va_copy ac_cv_va_copy=${ac_cv_va_copy=yes} ac_cv___va_copy=${ac_cv___va_copy=yes} -- cgit v1.2.3-54-g00ecf