mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-26 12:20:25 +00:00
do_compile fails with: alias.go:618:21: undefined: json.SkipFunc alias.go:957:14: undefined: json.DiscardUnknownMembers Go 1.27 turns the jsonv2 experiment on by default, so the json module pinned by 1.98.3 builds its alias file against encoding/json/v2 and aliases symbols that are gone. 1.102.3 pins a newer module. - Regenerate go module dependencies and license checksums - Manually verify and complete Unknown license entries Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>