]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
vim: Improve locale handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Nov 2023 16:44:00 +0000 (16:44 +0000)
committerSteve Sakoman <steve@sakoman.com>
Wed, 22 Nov 2023 14:19:56 +0000 (04:19 -1000)
commitfdbdfd90f114ace6891f08625fd3fa8e66959ff7
treeced46f33867dabff67ac6412001774fd28e97165
parentd1871afcec769b6503852adf6217460897ecf301
vim: Improve locale handling

When making checkouts from git, the timestamps can vary and occasionally two files
can end up with the same stamp. This triggers make to regenerate ru.cp1251.po from
ru.po for example. If it isn't regenerated, the output isn't quite the same leading
to reproducibility issues (CP1251 vs cp1251).

Since we added all locales to buildtools tarball now, we can drop the locale
restrictions too. We need to generate a native binary for the sjis conversion
tool so also tweak that.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 042c1a501b1dae5ddb31307b461be02c3591c589)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/vim/vim.inc