From: Ross Burton Date: Fri, 1 Aug 2025 14:25:54 +0000 (+0100) Subject: mpfr: drop dependency on autoconf-archive-native X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=82c96be0ccda5077d279c1182875d14f16bb6e7b;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git mpfr: drop dependency on autoconf-archive-native The tarball includes the relevant M4 macros, so autoconf-archive is not needed to reconfigure. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/mpfr/mpfr_4.2.2.bb b/meta/recipes-support/mpfr/mpfr_4.2.2.bb index 88cef0cfe1e..4d1747c3fd6 100644 --- a/meta/recipes-support/mpfr/mpfr_4.2.2.bb +++ b/meta/recipes-support/mpfr/mpfr_4.2.2.bb @@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ " CVE_PRODUCT = "gnu_mpfr" -DEPENDS = "gmp autoconf-archive-native" +DEPENDS = "gmp" SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz" SRC_URI[sha256sum] = "b67ba0383ef7e8a8563734e2e889ef5ec3c3b898a01d00fa0a6869ad81c6ce01"