aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-06-28 18:47:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-28 23:33:55 +0100
commit177f4782e1ffca1eed3c9b102d910239a3dceea4 (patch)
treeaad572f7de979e7d4c18a59a27386c0f110831e7 /meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb
parent112683815ed1f63a96e845f264a2fd3390c6d01b (diff)
downloadopenembedded-core-contrib-177f4782e1ffca1eed3c9b102d910239a3dceea4.tar.gz
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>
Diffstat (limited to 'meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb')
-rw-r--r--meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb
index 6966dc5c34..accea38aaa 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb
@@ -12,8 +12,8 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=02ee26814dd044bd7838ae24e05b880f"
PROVIDES = "virtual/libsdl2"
-SRC_URI = " \
- http://www.libsdl.org/release/SDL2-${PV}.tar.gz \
+SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz \
+ file://more-gen-depends.patch \
"
S = "${WORKDIR}/SDL2-${PV}"