mirror of
git://git.yoctoproject.org/poky
synced 2026-09-09 07:12:55 +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:
parent
26fe9d5948
commit
03f2311938
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user