diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2025-08-17 22:50:33 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-08-22 05:59:55 -0700 |
commit | dcfcbb21c229110aa667ded8df7539f0c6bb6877 (patch) | |
tree | 20657c16bdd2e208d6745b32eb4c9b88f8e2ba33 /scripts/lib/scriptutils.py | |
parent | f1647fba72042f1c131716f367eea03faddf6ba3 (diff) | |
download | poky-dcfcbb21c229110aa667ded8df7539f0c6bb6877.tar.gz |
cairo: fix build with gcc-15 on host
* backports from 1.18.2 used since:
https://git.openembedded.org/openembedded-core/commit/?id=070d79c8adec7e0a8862019cf61910a59b18613a
* fixes build on hosts with gcc-15 (e.g. ubuntu-25.10)
../cairo-1.18.0/test/pdiff/pdiff.h:22:13: error: âboolâ cannot be defined via âtypedefâ
22 | typedef int bool;
| ^~~~
../cairo-1.18.0/test/pdiff/pdiff.h:22:13: note: âboolâ is a keyword with â-std=c23â onwards
../cairo-1.18.0/test/pdiff/pdiff.h:22:1: warning: useless type name in empty declaration
22 | typedef int bool;
| ^~~~~~~
(From OE-Core rev: 6bd49cba1d7e12a6d8a4521a2097ff9f5ddc6368)
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib/scriptutils.py')
0 files changed, 0 insertions, 0 deletions