diff mbox series

[v3,1/5] gperf: remove autoreconf tweaks

Message ID 20260304164834.618765-1-ross.burton@arm.com
State Under Review
Headers show
Series [v3,1/5] gperf: remove autoreconf tweaks | expand

Commit Message

Ross Burton March 4, 2026, 4:48 p.m. UTC
Since gperf 3.3[1] gperf uses aclocal, so we don't need to do anything
special anymore to autoreconf.

[1] gperf e60835d ("build: Use Automake in lib/.")

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-extended/gperf/gperf_3.3.bb | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-extended/gperf/gperf_3.3.bb b/meta/recipes-extended/gperf/gperf_3.3.bb
index 7af2130114..7f3ba692c6 100644
--- a/meta/recipes-extended/gperf/gperf_3.3.bb
+++ b/meta/recipes-extended/gperf/gperf_3.3.bb
@@ -10,10 +10,6 @@  SRC_URI[sha256sum] = "fd87e0aba7e43ae054837afd6cd4db03a3f2693deb3619085e6ed9d8d9
 
 inherit autotools
 
-# The nested configures don't find the parent aclocal.m4 out of the box, so tell
-# it where to look explicitly (mirroring the behaviour of upstream's Makefile.devel).
-EXTRA_AUTORECONF += " -I ${S} --exclude=aclocal"
-
 CFLAGS += "-std=gnu17"
 
 BBCLASSEXTEND = "native nativesdk"