]> code.ossystems Code Review - openembedded-core.git/commit
util-linux-native: fix qsort_r for CentOS 5.10
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 26 Mar 2014 07:01:29 +0000 (03:01 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Mar 2014 12:15:11 +0000 (12:15 +0000)
commitcda5310e32ce05bc54602d4c18ee2d28a53be57f
tree43cda8016a3d9c4fb8d66dd1174e652ac338f742
parent706055503f493a5af73240c0983c46dbe31d8fe9
util-linux-native: fix qsort_r for CentOS 5.10

The qsort_r() was added to glibc in version 2.8, so there is no qsort_r() on
the host like CentOS 5.x, use qsort() to fix it since they are nearly
identical.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/util-linux/util-linux/util-linux-native-qsort.patch [new file with mode: 0644]
meta/recipes-core/util-linux/util-linux_2.24.1.bb