summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorHemanth Kumar M D <Hemanth.KumarMD@windriver.com>2026-06-11 05:32:22 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-14 23:07:49 -0700
commite5d88131c8f54520ea441202f86d899987d7eac2 (patch)
treecd70f31965f10c861bffb2092597e9fb7b90c0fd /meta-python/recipes-devtools/python
parent5cd1fc041e04ce31e209c8b86ec4fbd234c1ad01 (diff)
downloadmeta-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')
0 files changed, 0 insertions, 0 deletions