]> code.ossystems Code Review - openembedded-core.git/commit
vim: Fix a race over creation of the desktop files
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Feb 2021 23:32:04 +0000 (23:32 +0000)
committerAnuj Mittal <anuj.mittal@intel.com>
Thu, 18 Feb 2021 04:01:27 +0000 (12:01 +0800)
commit29286073251847eb9931e232b8ff5e4a71f5de5f
tree333f13832d444b8e6bb102a9d58128654a987b98
parentd1ba11457ebfdbdc0b717b6c5798bb9930e71c88
vim: Fix a race over creation of the desktop files

The LINGUAS file can be written by two different Makefile targets
and if they race, the desktop file contents isn't deterministic.

Fix the makfile to avoid this.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 416bc7b697764075fbf73683cd8bddf36d839244)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-support/vim/files/racefix.patch [new file with mode: 0644]
meta/recipes-support/vim/vim.inc