summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorJulian Pidancet <julian.pidancet@gmail.com>2011-10-26 22:41:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:38:05 +0000
commitdc09c258f0a0cf1f2a4ffd40d7c94332aea94f62 (patch)
tree9afe38ccb5a2d508d5c7128df47b85d1f03c368a /meta/recipes-core
parent5de0f305f96a630ee22eae2ff796e2b74de4344d (diff)
downloadpoky-dc09c258f0a0cf1f2a4ffd40d7c94332aea94f62.tar.gz
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/coreutils/coreutils_8.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_8.12.bb b/meta/recipes-core/coreutils/coreutils_8.12.bb
index 0004ce7fc8..99a4f4a25f 100644
--- a/meta/recipes-core/coreutils/coreutils_8.12.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.12.bb
@@ -28,7 +28,7 @@ bindir_progs = "base64 basename chcon cksum comm csplit cut dir dircolors dirnam
28 join link logname md5sum mkfifo mktemp nice nl nohup nproc od paste pathchk \ 28 join link logname md5sum mkfifo mktemp nice nl nohup nproc od paste pathchk \
29 pinky pr printenv printf ptx readlink runcon seq sha1sum sha224sum sha256sum \ 29 pinky pr printenv printf ptx readlink runcon seq sha1sum sha224sum sha256sum \
30 sha384sum sha512sum shred shuf sort split stat stdbuf sum tac tail tee test timeout\ 30 sha384sum sha512sum shred shuf sort split stat stdbuf sum tac tail tee test timeout\
31 tr truncate tsort tty unexpand uniq unlink uptime users vdir wc who whoami yes" 31 tr truncate tsort tty unexpand uniq unlink uptime users vdir wc who whoami yes df"
32 32
33# hostname gets a special treatment and is not included in this 33# hostname gets a special treatment and is not included in this
34base_bindir_progs = "cat chgrp chmod chown cp date dd echo false kill ln ls mkdir \ 34base_bindir_progs = "cat chgrp chmod chown cp date dd echo false kill ln ls mkdir \