summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libffi/libffi_3.3.bb
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@gmail.com>2020-04-27 13:40:28 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-29 15:00:36 +0100
commit76001bd4ae1e4f153f3d670b19e9ccd39c9fc4ef (patch)
tree24677fdda73d44939e318c9e1cc27452ed5eea67 /meta/recipes-support/libffi/libffi_3.3.bb
parent319ae973740bc291cb3e02e3cb2b4df2109df53e (diff)
downloadopenembedded-core-76001bd4ae1e4f153f3d670b19e9ccd39c9fc4ef.tar.gz
libffi: fix v3.3 compile on ppc64le
The latest released version of libffi no longer compiles on ppc64le based machines. Some searching found a patch that fixed our issue but had not been submitted upstream to libffi. It has now been submitted upstream with this PR: https://github.com/libffi/libffi/pull/561 Signed-off-by: Andrew Geissler <geissonator@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libffi/libffi_3.3.bb')
-rw-r--r--meta/recipes-support/libffi/libffi_3.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libffi/libffi_3.3.bb b/meta/recipes-support/libffi/libffi_3.3.bb
index 803a25fa35..e5beb985c6 100644
--- a/meta/recipes-support/libffi/libffi_3.3.bb
+++ b/meta/recipes-support/libffi/libffi_3.3.bb
@@ -16,6 +16,7 @@ SRC_URI = "https://github.com/libffi/libffi/releases/download/v${PV}/${BPN}-${PV
file://0001-powerpc-fix-build-failure-on-power7-and-older-532.patch \
file://0001-Address-platforms-with-no-__int128.patch \
file://0001-Address-platforms-with-no-__int128-part2.patch \
+ file://0001-ffi_powerpc.h-fix-build-failure-with-powerpc7.patch \
"
SRC_URI[md5sum] = "6313289e32f1d38a9df4770b014a2ca7"
SRC_URI[sha256sum] = "72fba7922703ddfa7a028d513ac15a85c8d54c8d67f55fa5a4802885dc652056"