diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-03-22 15:54:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-25 10:29:16 +0000 |
commit | 4aa08b897628ef43adc9c3aa86bdf32499c328c1 (patch) | |
tree | d284df1f9d1fac9fdaff77282c09e4584c8e0388 /meta/recipes-core | |
parent | 959b7f204ea009fcf4ff0de30522ecf17cb64488 (diff) | |
download | poky-4aa08b897628ef43adc9c3aa86bdf32499c328c1.tar.gz |
ltp: Fix build on x86/musl
In last patch it covered out the non-glibc case well
but did not define else case, when __GLIBC__ is not
defined, as a result errors like
| getcpu01.c:107:41: error: use of undeclared identifier 'sys_support'
| if (((tst_kvercmp(2, 6, 20)) < 0) || !(sys_support)) {
appeared, fixed it with this updated patch
(From OE-Core rev: 04cbc4834076fef6b46af4c5c66046862de7634d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
0 files changed, 0 insertions, 0 deletions