diff mbox series

[5/5] mpfr: drop dependency on autoconf-archive-native

Message ID 20250801142554.3273064-5-ross.burton@arm.com
State New
Headers show
Series [1/5] neard: recipe tweaks | expand

Commit Message

Ross Burton Aug. 1, 2025, 2:25 p.m. UTC
The tarball includes the relevant M4 macros, so autoconf-archive is not
needed to reconfigure.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-support/mpfr/mpfr_4.2.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"