summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libffi/libffi_3.2.1.bb
diff options
context:
space:
mode:
authorAndré Draszik <git@andred.net>2016-09-06 12:32:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-08 00:31:30 +0100
commit0ce7415bb50bf1941981ef61590fe642b055d290 (patch)
tree55b6ec9561ea616840948852bda63d44ceb6900d /meta/recipes-support/libffi/libffi_3.2.1.bb
parent972ab9246e4b5a0f46a4f2b5b1e54773beac11bb (diff)
downloadopenembedded-core-0ce7415bb50bf1941981ef61590fe642b055d290.tar.gz
libffi: backport patch to fix building MIPS soft float
Upstream-Status: Backport [https://github.com/libffi/libffi/commit/2ded2a4f494165c93293afc14ab0be1243cf8c49] (From OE-Core rev: 0231a6f92d2c8b89b419aeb09a4b35f871bfb2bf) Signed-off-by: André Draszik <git@andred.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libffi/libffi_3.2.1.bb')
-rw-r--r--meta/recipes-support/libffi/libffi_3.2.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libffi/libffi_3.2.1.bb b/meta/recipes-support/libffi/libffi_3.2.1.bb
index 0aff3f5466..43eee8efc4 100644
--- a/meta/recipes-support/libffi/libffi_3.2.1.bb
+++ b/meta/recipes-support/libffi/libffi_3.2.1.bb
@@ -12,6 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3610bb17683a0089ed64055416b2ae1b"
SRC_URI = "ftp://sourceware.org/pub/libffi/${BP}.tar.gz \
file://not-win32.patch \
file://0001-mips-Use-compiler-internal-define-for-linux.patch \
+ file://0001-mips-fix-MIPS-softfloat-build-issue.patch \
"
SRC_URI[md5sum] = "83b89587607e3eb65c70d361f13bab43"