summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libffi/libffi_3.4.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libffi/libffi_3.4.2.bb')
-rw-r--r--meta/recipes-support/libffi/libffi_3.4.2.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-support/libffi/libffi_3.4.2.bb b/meta/recipes-support/libffi/libffi_3.4.2.bb
index 71d9518baf..41c3cad586 100644
--- a/meta/recipes-support/libffi/libffi_3.4.2.bb
+++ b/meta/recipes-support/libffi/libffi_3.4.2.bb
@@ -10,18 +10,16 @@ A layer must exist above `libffi' that handles type conversions for values passe
10LICENSE = "MIT" 10LICENSE = "MIT"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=679b5c9bdc79a2b93ee574e193e7a7bc" 11LIC_FILES_CHKSUM = "file://LICENSE;md5=679b5c9bdc79a2b93ee574e193e7a7bc"
12 12
13SRC_URI = "https://github.com/libffi/libffi/releases/download/v${PV}/${BPN}-${PV}.tar.gz \ 13SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BPN}-${PV}.tar.gz \
14 file://not-win32.patch \ 14 file://not-win32.patch \
15 file://0001-arm-sysv-reverted-clang-VFP-mitigation.patch \ 15 file://0001-arm-sysv-reverted-clang-VFP-mitigation.patch \
16 " 16 "
17SRC_URI[sha256sum] = "540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620" 17SRC_URI[sha256sum] = "540fb721619a6aba3bdeef7d940d8e9e0e6d2c193595bc243241b77ff9e93620"
18UPSTREAM_CHECK_URI = "https://github.com/libffi/libffi/releases/"
19UPSTREAM_CHECK_REGEX = "libffi-(?P<pver>\d+(\.\d+)+)\.tar"
20 18
21EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp" 19EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp"
22EXTRA_OECONF:class-native += "--with-gcc-arch=generic" 20EXTRA_OECONF:class-native += "--with-gcc-arch=generic"
23EXTRA_OEMAKE:class-target = "LIBTOOLFLAGS='--tag=CC'" 21EXTRA_OEMAKE:class-target = "LIBTOOLFLAGS='--tag=CC'"
24inherit autotools texinfo multilib_header 22inherit autotools texinfo multilib_header github-releases
25 23
26do_install:append() { 24do_install:append() {
27 oe_multilib_header ffi.h ffitarget.h 25 oe_multilib_header ffi.h ffitarget.h