summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/vim/files/racefix.patch
Commit message (Collapse)AuthorAgeFilesLines
* vim: Fix a race over creation of the desktop filesRichard Purdie2021-02-161-0/+33
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. (From OE-Core rev: 416bc7b697764075fbf73683cd8bddf36d839244) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>