]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Feb 2021 11:28:01 +0000 (11:28 +0000)
commit416bc7b697764075fbf73683cd8bddf36d839244
treee43577f9ba537dc7675502636ad5369ef4476f00
parent914f86054f5ea0a115767c1b3d9cdb4c4ef9545b
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>
meta/recipes-support/vim/files/racefix.patch [new file with mode: 0644]
meta/recipes-support/vim/vim.inc