summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2019-11-08 15:12:52 +0800
committerArmin Kuster <akuster808@gmail.com>2019-11-10 13:54:34 -0800
commit4e3e8d8270f318e6384c3d9bb5f6c7503f41d736 (patch)
tree66a18a6b63c3323249f37c5ead90a1ac6675e9fb /meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb
parent3361760dbb46cca2e00f053286404b5df39590b3 (diff)
downloadopenembedded-core-4e3e8d8270f318e6384c3d9bb5f6c7503f41d736.tar.gz
libsdl2: fix race when building in parallel
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb')
-rw-r--r--meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb
index cdc8650e17..ab514f0533 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.10.bb
@@ -15,6 +15,7 @@ PROVIDES = "virtual/libsdl2"
SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz \
file://more-gen-depends.patch \
file://0001-Fixed-bug-4538-validate-image-size-when-loading-BMP-.patch \
+ file://0001-configure-check-for-build-dir-when-building-version-.patch \
"
S = "${WORKDIR}/SDL2-${PV}"