]> code.ossystems Code Review - openembedded-core.git/commit
libsdl2: fix build race
authorRoss Burton <ross.burton@intel.com>
Thu, 28 Jun 2018 17:47:45 +0000 (18:47 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Jun 2018 22:33:55 +0000 (23:33 +0100)
commit177f4782e1ffca1eed3c9b102d910239a3dceea4
treeaad572f7de979e7d4c18a59a27386c0f110831e7
parent112683815ed1f63a96e845f264a2fd3390c6d01b
libsdl2: fix build race

There's an occasional build race from headers being generated in parallel with
other files which include the headers being compiled.  Solve this by adding more
dependencies.

[ YOCTO #12815 ]

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/libsdl2/libsdl2/more-gen-depends.patch [new file with mode: 0644]
meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb