summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/gperf/gperf_3.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/gperf/gperf_3.1.bb b/meta/recipes-extended/gperf/gperf_3.1.bb
index c57ade9fe3..9175bc13e6 100644
--- a/meta/recipes-extended/gperf/gperf_3.1.bb
+++ b/meta/recipes-extended/gperf/gperf_3.1.bb
@@ -18,4 +18,6 @@ inherit autotools
18# it where to look explicitly (mirroring the behaviour of upstream's Makefile.devel). 18# it where to look explicitly (mirroring the behaviour of upstream's Makefile.devel).
19EXTRA_AUTORECONF += " -I ${S} --exclude=aclocal" 19EXTRA_AUTORECONF += " -I ${S} --exclude=aclocal"
20 20
21CFLAGS += "-std=gnu17"
22
21BBCLASSEXTEND = "native nativesdk" 23BBCLASSEXTEND = "native nativesdk"