From: Alejandro Hernandez Samaniego Date: Mon, 23 Mar 2026 17:46:03 +0000 (+0000) Subject: libffi: remove disable-exec-static-tramp from EXTRA_OECONF X-Git-Tag: yocto-6.0_M3~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffd3bb53571ae20e0febd824f696dab0f5de1628;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libffi: remove disable-exec-static-tramp from EXTRA_OECONF disable-exec-static-tramp is no longer necessary, since such behavior has been fixed upstream. Debian/Ubuntu also dropped this flag on version 3.5.2: https://changelogs.ubuntu.com/changelogs/pool/main/libf/libffi/libffi_3.5.2-3/changelog Signed-off-by: Alejandro Hernandez Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libffi/libffi_3.5.2.bb b/meta/recipes-support/libffi/libffi_3.5.2.bb index f648a33a46..d3aa90d429 100644 --- a/meta/recipes-support/libffi/libffi_3.5.2.bb +++ b/meta/recipes-support/libffi/libffi_3.5.2.bb @@ -15,7 +15,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BPN}-${PV}.tar.gz \ " SRC_URI[sha256sum] = "f3a3082a23b37c293a4fcd1053147b371f2ff91fa7ea1b2a52e335676bac82dc" -EXTRA_OECONF += "--disable-builddir --disable-exec-static-tramp" +EXTRA_OECONF = "--disable-builddir" EXTRA_OECONF:class-native += "--with-gcc-arch=generic" EXTRA_OEMAKE:class-target = "LIBTOOLFLAGS='--tag=CC'"