Files
poky/meta/recipes-connectivity
Khem Raj a673be8dca bluez: Fix build with GCC-15
gcc-15 switched to -std=c23 by default:

    https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=55e3bd376b2214e200fa76d12b67ff259b06c212

As a result `bluez` fails the build as:

    src/shared/ad.c:1090:24: error: incompatible types when returning type '_Bool' but 'const char *' was expected
     1090 |                 return false;
          |                        ^~~~~

(From OE-Core rev: 5afef9ba63364c6c93c8a1359020f038d06881fa)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-03-20 11:29:03 +00:00
..
2025-03-06 11:16:46 +00:00
2025-03-20 11:29:03 +00:00
2025-03-06 11:16:47 +00:00
2024-09-01 12:32:37 +01:00
2024-09-03 10:21:38 +01:00
2025-02-18 22:53:44 +00:00
2025-03-17 22:38:32 +00:00
2025-03-06 11:16:47 +00:00
2025-02-27 10:55:16 +00:00