aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2017-04-19 15:03:57 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-20 07:54:08 +0100
commit705669f8221027b525773a512beb25a7ea5f0275 (patch)
treeddbb9d32174dec7671ac44a138414bfa90886e25 /meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb
parentd0d3abdf9e2dec57f3849813faa5e7e3d34b83a4 (diff)
downloadopenembedded-core-contrib-705669f8221027b525773a512beb25a7ea5f0275.tar.gz
libsdl2: fix build failures on powerpc
Backport patch from upstream to fix build failures on ppc and ppc64. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb')
-rw-r--r--meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb b/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb
index d747cf18f0..12d3aaf6f0 100644
--- a/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb
+++ b/meta/recipes-graphics/libsdl2/libsdl2_2.0.5.bb
@@ -19,6 +19,7 @@ SRC_URI = " \
file://linkage.patch \
file://0001-prepend-our-sysroot-path-so-that-make-finds-our-wayl.patch \
file://0002-Avoid-finding-build-host-s-wayland-scanner.patch \
+ file://fix-build-failure-on-ppc.patch \
"
S = "${WORKDIR}/SDL2-${PV}"