On Tue, 23 Dec 2025 at 09:55, hongxu via lists.openembedded.org <[email protected]> wrote: > +Upstream-Status: Inappropriate [Yocto specific for ppc64] > + > +Signed-off-by: Hongxu Jia <[email protected]> > +--- > + meson.build | 3 ++- > + 1 file changed, 2 insertions(+), 1 deletion(-) > + > +diff --git a/meson.build b/meson.build > +index 330ee89..a6c64ca 100644 > +--- a/meson.build > ++++ b/meson.build > +@@ -41,10 +41,11 @@ simdutf_amalgamate = [ > + '--no-zip', > + '--no-readme', > + '--with-utf8', > +- # '--with-utf16', > ++ '--with-utf16', > + '--with-utf32', > + # '--with-base64', > + # '--with-detect-enc', > ++ '--with-latin1', > + '--with-ascii',
Why these particular options are necessary on powerpc64 but not other targets? They do not seem specific to that platform. Also carrying conditional patches for configurations that aren't tested in CI is prone to quiet regressions (including such patches failing to apply after a version update). I'd say you need to both investigate a bit deeper, and raise the issue with both vte and simdutf upstreams. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#228464): https://lists.openembedded.org/g/openembedded-core/message/228464 Mute This Topic: https://lists.openembedded.org/mt/116913579/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
