]> code.ossystems Code Review - openembedded-core.git/commit
cross-localedef-native: Include locale_t.h
authorJoshua Watt <jpewhacker@gmail.com>
Wed, 6 Dec 2017 19:46:28 +0000 (13:46 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 7 Dec 2017 12:56:20 +0000 (12:56 +0000)
commit4e9bb9ab2e5c603f3eb2d52ce272401c8e320cc0
tree5b4884debc6241b1fb8fbf625efd82fdc7e1a7b2
parent0d945f5b8f58fa2b909eea7b2a14db076e1dedb5
cross-localedef-native: Include locale_t.h

Newer versions of glibc (2.26) moved the struct locale definition from
xlocale.h to bits/types/locale_t.h. For compatibility with build hosts
using this version of glibc, include this header.

See f0be25b6336db7492e47d2e8e72eb8af53b5506d in glibc

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glibc/cross-localedef-native_2.24.bb
meta/recipes-core/glibc/glibc/0001-Include-locale_t.h-compatibility-header.patch [new file with mode: 0644]