summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-06-15 12:34:02 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-14 23:13:34 -0700
commit3572bbbe74e7c9327d49f9379365d24f77c2475f (patch)
treeff0ded86369923f0ef87ffd0e4baba187d90955a /meta-python/recipes-devtools/python
parent436ddf7860c787d6ed7ea049a7d595f1f1b51c3b (diff)
downloadmeta-openembedded-3572bbbe74e7c9327d49f9379365d24f77c2475f.tar.gz
opensaf: fix build error by adding const to comparators
Comparator objects used in standard containers (such as std::set) must be invocable as const. Opensaf contains several comparators that lack the 'const' qualifier, leading to compilation failures like: error: passing 'const XxxCompare*' as 'this' argument discards qualifiers Add a backported patch to fix the comparators in imm_xmlw_dump.cc and amfd/node.h by adding the missing 'const' to operator(). Signed-off-by: Wang Mingyu <wangmy@fujitsu.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