Re: [OE-core] [PATCH] site/common-linux: coreutils: get the uptime program to work

2018-02-12 Thread Andre McCurdy
On Mon, Feb 12, 2018 at 12:10 PM, Khem Raj wrote: > On Mon, Feb 12, 2018 at 1:41 AM, Sean Nyekjaer > wrote: >> coreutils configure script needs to know whether /proc/uptime is >> available, but this is not possible in a cross-compilation >> context.

Re: [OE-core] [PATCH] site/common-linux: coreutils: get the uptime program to work

2018-02-12 Thread Khem Raj
On Mon, Feb 12, 2018 at 1:41 AM, Sean Nyekjaer wrote: > 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

[OE-core] [PATCH] site/common-linux: coreutils: get the uptime program to work

2018-02-12 Thread Sean Nyekjaer
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