diff options
| author | Hemanth Kumar M D <Hemanth.KumarMD@windriver.com> | 2026-06-11 05:32:22 -0700 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-14 23:07:49 -0700 |
| commit | e5d88131c8f54520ea441202f86d899987d7eac2 (patch) | |
| tree | cd70f31965f10c861bffb2092597e9fb7b90c0fd /meta-python/recipes-devtools/python/python3-pybase64_1.4.3.bb | |
| parent | 5cd1fc041e04ce31e209c8b86ec4fbd234c1ad01 (diff) | |
| download | meta-openembedded-e5d88131c8f54520ea441202f86d899987d7eac2.tar.gz | |
directfb: fix build with GCC 16
GCC 16 requires std::set comparators to be callable on a const
comparator object. TaskManager::operator() is used as a comparator
but is not const-qualified, causing the build to fail.
Add the missing const qualifier to restore compatibility with GCC 16.
Link: https://github.com/deniskropp/DirectFB/issues/29
Signed-off-by: Hemanth Kumar M D <Hemanth.KumarMD@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pybase64_1.4.3.bb')
0 files changed, 0 insertions, 0 deletions
