On Tue, 13 Jan 2026 at 09:27, Yannic Moog via lists.openembedded.org <[email protected]> wrote: > With version 78.1, icu adopted '.' as separator between major and minor > version. With the upgrade commit, ICU_MAJOR_VER wasn't updated and still > tried to split versions with '-' instead of '.'. Fix by using '.' as > separator. > -ICU_MAJOR_VER = "${@d.getVar('PV').split('-')[0]}" > +ICU_MAJOR_VER = "${@d.getVar('PV').split('.')[0]}"
Presumably this change comes from build problems you are observing, but it doesn't explain why plain poky is building fine without this fix. Can you look into that please? Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#229259): https://lists.openembedded.org/g/openembedded-core/message/229259 Mute This Topic: https://lists.openembedded.org/mt/117240383/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
