diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-03-19 12:40:17 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-20 08:46:55 -0700 |
commit | 9060bf3a42abe737f6ae463ee518e6c3422406f8 (patch) | |
tree | 747517519a151ab33e67f89e4eb4980dc3330782 /meta-networking | |
parent | 40103c988431e65fcbd4598dc4f4d05719716eb6 (diff) | |
download | meta-openembedded-9060bf3a42abe737f6ae463ee518e6c3422406f8.tar.gz |
rdist: Pin to C17 std
It can not be cleanly compiled with C23 defaults in GCC-15
therefore stick with C17 for now.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb index abe23cb46e..2fb5ced2bb 100644 --- a/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb +++ b/meta-networking/recipes-connectivity/rdist/rdist_6.1.5.bb | |||
@@ -36,6 +36,8 @@ UPSTREAM_CHECK_REGEX = "/rdist/(?P<pver>\d+(\.\d+)+)" | |||
36 | 36 | ||
37 | DEPENDS = "bison-native" | 37 | DEPENDS = "bison-native" |
38 | 38 | ||
39 | CFLAGS += "-std=gnu17" | ||
40 | |||
39 | EXTRA_OEMAKE = "CPPFLAGS='${CFLAGS}' BIN_GROUP=root MAN_GROUP=root RDIST_MODE=755 RDISTD_MODE=755 MAN_MODE=644" | 41 | EXTRA_OEMAKE = "CPPFLAGS='${CFLAGS}' BIN_GROUP=root MAN_GROUP=root RDIST_MODE=755 RDISTD_MODE=755 MAN_MODE=644" |
40 | 42 | ||
41 | do_install() { | 43 | do_install() { |