On Fri, Jun 15, 2012 at 5:55 AM, Richard Purdie
wrote:
> On Thu, 2012-06-14 at 23:12 -0700, Khem Raj wrote:
>> futimes is not available on uclibc so use utimes
>> qsort is also not as expected by sat-solver therefore
>> for uclibc we resort to using internal version of
>> qsort
>>
>> Signed-off-by
On 15 June 2012 08:12, Khem Raj wrote:
> futimes is not available on uclibc so use utimes
futimes is non-standard, use futimens instead (or utimes as in this case).
> qsort is also not as expected by sat-solver therefore
> for uclibc we resort to using internal version of
> qsort
What does that
On Thu, 2012-06-14 at 23:12 -0700, Khem Raj wrote:
> futimes is not available on uclibc so use utimes
> qsort is also not as expected by sat-solver therefore
> for uclibc we resort to using internal version of
> qsort
>
> Signed-off-by: Khem Raj
> ---
> .../sat-solver/sat-solver/futimes.patch
futimes is not available on uclibc so use utimes
qsort is also not as expected by sat-solver therefore
for uclibc we resort to using internal version of
qsort
Signed-off-by: Khem Raj
---
.../sat-solver/sat-solver/futimes.patch| 32
meta/recipes-extended/sat-sol