diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-06-15 12:34:02 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-14 23:13:34 -0700 |
| commit | 3572bbbe74e7c9327d49f9379365d24f77c2475f (patch) | |
| tree | ff0ded86369923f0ef87ffd0e4baba187d90955a /meta-python/recipes-devtools/python | |
| parent | 436ddf7860c787d6ed7ea049a7d595f1f1b51c3b (diff) | |
| download | meta-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
