summaryrefslogtreecommitdiffstats
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-29 11:07:45 +0100
commit1dec2101f9603d5340139f24d36c2e9f396eb311 (patch)
treea743248d38d457cc180517ab9792ae97bc01aea4 /meta/recipes-graphics/libsdl2/libsdl2_2.0.8.bb
parent4205e87a7717bccbe034f1334ae1b3d1130d7e57 (diff)
downloadpoky-1dec2101f9603d5340139f24d36c2e9f396eb311.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 ] (From OE-Core rev: 177f4782e1ffca1eed3c9b102d910239a3dceea4) 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"
12 12
13PROVIDES = "virtual/libsdl2" 13PROVIDES = "virtual/libsdl2"
14 14
15SRC_URI = " \ 15SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz \
16 http://www.libsdl.org/release/SDL2-${PV}.tar.gz \ 16 file://more-gen-depends.patch \
17" 17"
18 18
19S = "${WORKDIR}/SDL2-${PV}" 19S = "${WORKDIR}/SDL2-${PV}"