]> code.ossystems Code Review - openembedded-core.git/commit
Give coreutils a chance to build the df utility
authorJulian Pidancet <julian.pidancet@gmail.com>
Wed, 26 Oct 2011 21:41:23 +0000 (22:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Jan 2012 16:27:09 +0000 (16:27 +0000)
commit5be987aeb5e34bb1277f86a7f294607a6d935a19
treea27987972d828616c5e9109279bbe4748e2faded
parentc2ccc9a294cab3f41cab35eee64f8a464ac8ad9f
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 <julian.pidancet@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/coreutils/coreutils_8.12.bb
meta/site/common-glibc
meta/site/common-uclibc