generic-poky/meta/recipes-core/coreutils
Julian Pidancet dc09c258f0 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)

(From OE-Core rev: 5be987aeb5e34bb1277f86a7f294607a6d935a19)

Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-30 16:38:05 +00:00
..
coreutils-6.9 update patch upstream status 2011-05-13 11:02:14 +01:00
coreutils-8.12 coreutils: Fix build on uclibc 2011-08-05 17:16:00 +01:00
coreutils_6.9.bb coreutils: remove unnecessary dependency on perl 2011-06-09 16:58:33 +01:00
coreutils_8.12.bb Give coreutils a chance to build the df utility 2012-01-30 16:38:05 +00:00