]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gperf: remove autoreconf tweaks
authorRoss Burton <ross.burton@arm.com>
Wed, 4 Mar 2026 16:48:30 +0000 (16:48 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Mar 2026 16:31:08 +0000 (16:31 +0000)
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>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/gperf/gperf_3.3.bb

index 7af2130114054644c2b60d3269c8926197166df4..7f3ba692c69a205538d1ff4d93009a97d5c8fa8e 100644 (file)
@@ -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"