diff options
-rw-r--r-- | meta/recipes-support/libffi/libffi/not-win32.patch | 2 | ||||
-rw-r--r-- | meta/recipes-support/libffi/libffi_3.5.2.bb (renamed from meta/recipes-support/libffi/libffi_3.5.1.bb) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libffi/libffi/not-win32.patch b/meta/recipes-support/libffi/libffi/not-win32.patch index 26263731f3..ca76fde855 100644 --- a/meta/recipes-support/libffi/libffi/not-win32.patch +++ b/meta/recipes-support/libffi/libffi/not-win32.patch | |||
@@ -23,7 +23,7 @@ diff --git a/configure.ac b/configure.ac | |||
23 | index 258107d..ef1a285 100644 | 23 | index 258107d..ef1a285 100644 |
24 | --- a/configure.ac | 24 | --- a/configure.ac |
25 | +++ b/configure.ac | 25 | +++ b/configure.ac |
26 | @@ -403,7 +403,7 @@ AC_ARG_ENABLE(multi-os-directory, | 26 | @@ -411,7 +411,7 @@ AC_ARG_ENABLE(multi-os-directory, |
27 | 27 | ||
28 | # These variables are only ever used when we cross-build to X86_WIN32. | 28 | # These variables are only ever used when we cross-build to X86_WIN32. |
29 | # And we only support this with GCC, so... | 29 | # And we only support this with GCC, so... |
diff --git a/meta/recipes-support/libffi/libffi_3.5.1.bb b/meta/recipes-support/libffi/libffi_3.5.2.bb index be16008e0f..f648a33a46 100644 --- a/meta/recipes-support/libffi/libffi_3.5.1.bb +++ b/meta/recipes-support/libffi/libffi_3.5.2.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ce4763670c5b7756000561f9af1ab178" | |||
13 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BPN}-${PV}.tar.gz \ | 13 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BPN}-${PV}.tar.gz \ |
14 | file://not-win32.patch \ | 14 | file://not-win32.patch \ |
15 | " | 15 | " |
16 | SRC_URI[sha256sum] = "f99eb68a67c7d54866b7706af245e87ba060d419a062474b456d3bc8d4abdbd1" | 16 | SRC_URI[sha256sum] = "f3a3082a23b37c293a4fcd1053147b371f2ff91fa7ea1b2a52e335676bac82dc" |
17 | 17 | ||
18 | EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp" | 18 | EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp" |
19 | EXTRA_OECONF:class-native += "--with-gcc-arch=generic" | 19 | EXTRA_OECONF:class-native += "--with-gcc-arch=generic" |