mirror of
https://git.yoctoproject.org/poky
synced 2026-06-13 04:59:52 +00:00
gperf: Pin to C17 std
gperf needs to be ported to work with C23 standard especially around getopt function signatures (From OE-Core rev: 27c869a671632d4cfeb26585b23b37d3a06066be) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -18,4 +18,6 @@ inherit autotools
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user