]> 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>
Mon, 11 Dec 2017 22:01:57 +0000 (22:01 +0000)
commitab2bbccf9afb1db05a1f9fbcb5ec31bc1e4cb5eb
tree20ad2e12ca44ea63366934d86d9d9dad655771e1
parent81ba29c7b9c872d9a9c2efe5f9f8fe6a492af813
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

(From OE-Core rev: 4e9bb9ab2e5c603f3eb2d52ce272401c8e320cc0)

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