buildrootschalter/package/coreutils
Thomas Petazzoni 652ad4678a coreutils: get the uptime program to work
coreutils configure script needs to know whether /proc/uptime is
available, but this is not possible in a cross-compilation
context. This leads to an uptime program that fails to work on the
target, as it has been compiled without /proc/uptime reading support.

This commit fixes that by telling coreutils at configure time that
/proc/uptime will be available on the target (which seems to be a
reasonable assumption on Linux systems).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-09-13 23:53:15 +02:00
..
Config.in replace references to Busybox with BusyBox 2014-06-01 23:58:43 +02:00
coreutils-01-spawn-uclibc.patch
coreutils-02-fix-timer-time-m4.patch
coreutils-03-fix-for-dummy-man-usage.patch coreutils: bump to 8.22 to fix build on AArch64 2014-03-29 17:49:03 +01:00
coreutils.mk coreutils: get the uptime program to work 2014-09-13 23:53:15 +02:00