]> 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)
committerSteve Sakoman <steve@sakoman.com>
Thu, 4 Mar 2021 14:19:49 +0000 (04:19 -1000)
commit670efddd8d009828651cd55aa673e68d2268cef3
tree2a13fbedd30cfbe37d504a4b0f745e35b5b104c7
parenta7e6887d73e36be47a7b1b187cc6dc8d3e0dd9f4
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: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/vim/files/racefix.patch [new file with mode: 0644]
meta/recipes-support/vim/vim.inc