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>
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"