On Tue, 2011-11-01 at 15:21 +0100, Koen Kooi wrote: > Op 26 okt. 2011, om 23:41 heeft Julian Pidancet het volgende geschreven: > > > 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. > > > > Signed-off-by: Julian Pidancet <[email protected]> > > --- > > meta/recipes-core/coreutils/coreutils_8.14.bb | 2 +- > > meta/site/common-glibc | 3 +++ > > meta/site/common-uclibc | 3 +++ > > 3 files changed, 7 insertions(+), 1 deletions(-) > > > A bit late, but this is missing a PR bump, could you please send a followup > patch to fix that?
I've pushed a PR bump for this myself since it saves me tracking the issue any further. Cheers, Richard _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
