summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc/relocate-locales.patch
Commit message (Collapse)AuthorAgeFilesLines
* glibc: relocate locale paths in nativesdkRoss Burton2018-04-021-0/+55
nativesdk is built with a specific prefix but this will be different at install time, however glibc hard-codes the path to locale files. Expand these strings to 4K and move them to a magic segment which we can relocate when the SDK is installed. (From OE-Core rev: 59e0679378aac27c4fea0b06721e0a184a93c100) (From OE-Core rev: 839479f63a6b927606742b15000d55b1223cb3af) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>