diff options
author | Dario Binacchi <dario.binacchi@amarulasolutions.com> | 2025-07-13 09:37:46 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-07-13 09:46:10 -0700 |
commit | 0ae2109bce71d8cb2dee4a176a784e39f893501b (patch) | |
tree | a7b25f1502676dee6cfd4e393911f687f075a7f4 /meta-python/recipes-devtools/python/python3-pytest-asyncio_1.0.0.bb | |
parent | d78a537ee854abbf78f7d67483dfd5b3002b25f4 (diff) | |
download | meta-openembedded-0ae2109bce71d8cb2dee4a176a784e39f893501b.tar.gz |
ufs-utils: upgrade 6.14.11 -> 7.14.11
Extending _GNU_SOURCE to the CFGLAS of all platforms, not just
mipsarchn64, was necessary to fix the following error raised during the
compilation of the new version:
ufs_emon.c: In function ‘do_emon’:
ufs_emon.c:455:51: error: ‘O_DIRECT’ undeclared (first use in this function); did you mean ‘O_DIRECTORY’?
455 | fill_data_fd = open("fill_file", O_RDWR | O_DIRECT | O_CREAT,
| ^~~~~~~~
| O_DIRECTORY
ufs_emon.c:455:51: note: each undeclared identifier is reported only once for each function it appears in
This _GNU_SOURCE define was added upstream in commit [1] in the Makefile
default CFLAGS, but since Yocto redefines those it needs to be added
back.
Release notes:
https://github.com/SanDisk-Open-Source/ufs-utils/releases/tag/v7.14.11
[1] https://github.com/SanDisk-Open-Source/ufs-utils/commit/183e0deb28f13cfb3caf161fc6d0f3cd1edb05c2
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-asyncio_1.0.0.bb')
0 files changed, 0 insertions, 0 deletions