diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-06-28 10:39:10 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-11 15:57:08 +0100 |
commit | 8281a70d9b63eeff2c851e4c7df180bc920ad8f9 (patch) | |
tree | 9416c1d8bd8df2b76e0759f2d8877842e0317e3b /meta/recipes-core | |
parent | 1f4f343ff290019987f25d06ea0c00d495660919 (diff) | |
download | poky-8281a70d9b63eeff2c851e4c7df180bc920ad8f9.tar.gz |
glibc: Drop obsoleted bits/string.h from multilibbing
glibc 2.26 has dropped bits/string.h
(From OE-Core rev: 81da4f6f12744fd051510a4df4eaeac73c232469)
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')
-rw-r--r-- | meta/recipes-core/glibc/glibc-package.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc index 645be694b5..0281251bee 100644 --- a/meta/recipes-core/glibc/glibc-package.inc +++ b/meta/recipes-core/glibc/glibc-package.inc | |||
@@ -135,7 +135,7 @@ do_install_armmultilib () { | |||
135 | 135 | ||
136 | oe_multilib_header bits/endian.h bits/fcntl.h bits/fenv.h bits/fp-fast.h bits/hwcap.h bits/ipc.h bits/link.h bits/wordsize.h | 136 | oe_multilib_header bits/endian.h bits/fcntl.h bits/fenv.h bits/fp-fast.h bits/hwcap.h bits/ipc.h bits/link.h bits/wordsize.h |
137 | oe_multilib_header bits/local_lim.h bits/mman.h bits/msq.h bits/pthreadtypes.h bits/sem.h bits/semaphore.h bits/setjmp.h | 137 | oe_multilib_header bits/local_lim.h bits/mman.h bits/msq.h bits/pthreadtypes.h bits/sem.h bits/semaphore.h bits/setjmp.h |
138 | oe_multilib_header bits/shm.h bits/sigstack.h bits/stat.h bits/statfs.h bits/string.h bits/typesizes.h | 138 | oe_multilib_header bits/shm.h bits/sigstack.h bits/stat.h bits/statfs.h bits/typesizes.h |
139 | 139 | ||
140 | oe_multilib_header fpu_control.h gnu/lib-names.h gnu/stubs.h ieee754.h | 140 | oe_multilib_header fpu_control.h gnu/lib-names.h gnu/stubs.h ieee754.h |
141 | 141 | ||