Re: [OE-core] [PATCH 5/9] sat-solver: Fix build on uclibc

2012-06-15 Thread Khem Raj
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

Re: [OE-core] [PATCH 5/9] sat-solver: Fix build on uclibc

2012-06-15 Thread Bernhard Reutner-Fischer
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

Re: [OE-core] [PATCH 5/9] sat-solver: Fix build on uclibc

2012-06-15 Thread Richard Purdie
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

[OE-core] [PATCH 5/9] sat-solver: Fix build on uclibc

2012-06-14 Thread Khem Raj
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