diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-03-26 03:01:29 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-27 09:42:05 +0000 |
commit | 8add7ae494c7dac41f42656528a39471c2c85142 (patch) | |
tree | 26d6e0163b70dc77f3127fc78ffc2ab110668eb7 /meta/conf | |
parent | cdf0d9715eca62f9bd86e0a1ae6e435b43cf8d87 (diff) | |
download | poky-8add7ae494c7dac41f42656528a39471c2c85142.tar.gz |
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.
(From OE-Core rev: cda5310e32ce05bc54602d4c18ee2d28a53be57f)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
0 files changed, 0 insertions, 0 deletions