diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-08-22 00:43:04 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-09-01 08:30:56 -0700 |
commit | e2e54e0354ed375a18bcc0758b7edb395b9a68bd (patch) | |
tree | 5f4b1c14360aa7f06fa9d4c15da126eadbfc8563 /meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb | |
parent | 765333686d4c1921d8d4727ce3e439e294236492 (diff) | |
download | poky-e2e54e0354ed375a18bcc0758b7edb395b9a68bd.tar.gz |
libtirpc: Fix build with gcc-15/C23
Update declarations to allow building with gcc-15 with C23 std
being default now.
Fixes:
error: conflicting types for 'xdr_opaque_auth
(From OE-Core rev: 65036ab0a519c14338fb26ac8162d159d965da2b)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb')
-rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb b/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb index aa526e9e1c..198cefacfb 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb | |||
@@ -11,6 +11,8 @@ PROVIDES = "virtual/librpc" | |||
11 | 11 | ||
12 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2 \ | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2 \ |
13 | file://ipv6.patch \ | 13 | file://ipv6.patch \ |
14 | file://0001-Update-declarations-to-allow-compile-with-gcc-15.patch \ | ||
15 | file://0002-update-signal-and-key_call-declarations-to-allow-com.patch \ | ||
14 | " | 16 | " |
15 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/libtirpc/files/libtirpc/" | 17 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/libtirpc/files/libtirpc/" |
16 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" | 18 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/" |