poky/meta
Khem Raj c408737f04 syslinux: Disable error on implicit-function-declaration
syslinux has vendored copy of ext2fs/ext2_fs.h but uses ext2fs/ext2fs.h
from e2fsprogs package, however, ext2fs/ext2fs.h has dependencies on
ext2fs/ext2_fs.h coming from e2fsprogs package as these both headers
come from same package, here syslinux uses ext2fs.h from e2fsprogs but
supplies its own copy of ext2_fs.h which maybe out of sync and that
results in warnings about implicit implicit-function-declarations
e.g.

recipe-sysroot/usr/include/ext2fs/ext2fs.h:727:16: error: implicit declaration of function 'ext2fs_has_feature_gdt_csum' [-Wimplicit-function-declaration]
|   727 |                ext2fs_has_feature_gdt_csum(fs->super);
|       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~

ext2fs_has_feature_gdt_csum here comes from newer version of
ext2fs/ext2_fs.h but missing from vendored copy, hence the warning.

With gcc-14 this warning is treated as error by default, which breaks
the build, so lets treat it as warning only.

All these functions are never used in syslinux, so functionality-wise we
are fine.

(From OE-Core rev: a2b30108055e68b62fdad7319d7d569bc38a07b4)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-02-05 14:06:10 +00:00
..
classes classes/multilib: expand PACKAGE_WRITE_DEPS in addition to DEPENDS 2024-01-27 08:20:02 +00:00
classes-global classes/package_rpm: correctly escape percent characters 2024-02-02 11:06:17 +00:00
classes-recipe cmake.bbclass: use --install 2024-02-02 10:38:28 +00:00
conf binutils: Upgrade to binutils 2.42 2024-02-05 14:06:10 +00:00
files bitbake.conf: Drop oldincludedir 2023-11-20 15:30:52 +00:00
lib ltp: Update to 20240129 2024-02-05 14:06:10 +00:00
recipes-bsp u-boot: add missing dependency on pyelftools-native 2024-02-02 11:06:17 +00:00
recipes-connectivity openssl: Upgrade 3.2.0 -> 3.2.1 2024-02-05 14:06:09 +00:00
recipes-core systemd: recommend libelf, libdw for elfutils flag 2024-02-03 22:08:26 +00:00
recipes-devtools syslinux: Disable error on implicit-function-declaration 2024-02-05 14:06:10 +00:00
recipes-extended ltp: Update to 20240129 2024-02-05 14:06:10 +00:00
recipes-gnome gtk: Set CVE_PRODUCT 2024-02-05 14:06:10 +00:00
recipes-graphics libinput: upgrade 1.24.0 -> 1.25.0 2024-02-03 22:08:25 +00:00
recipes-kernel systemtap: Backport GCC-14 related calloc fixes 2024-02-03 22:08:26 +00:00
recipes-multimedia libpng: upgrade 1.6.40 -> 1.6.41 2024-02-03 22:08:26 +00:00
recipes-rt rt-tests: update 2.5 -> 2.6 2023-11-30 08:43:04 +00:00
recipes-sato libwpe: upgrade 1.14.1 -> 1.14.2 2024-02-03 22:08:26 +00:00
recipes-support curl: Update to 8.6.0 2024-02-05 14:06:10 +00:00
site site: remove at-spi2-core values 2023-09-02 07:45:29 +01:00
COPYING.MIT
recipes.txt