1
0
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:
Khem Raj
2025-03-24 09:33:39 -07:00
committed by Richard Purdie
parent 26fe9d5948
commit 03f2311938
+2
View File
@@ -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"