There was a problem, that libvte was searching for non existing symbols in ICU library after upgrading to version 67. But this is little bit funny, that vte could be build without ICU support https://github.com/GNOME/vte/commit/3ecbb90577582b93f43b184aab1cedd61a9ad86b . So looks like, internal ICU is not full matching with external library, even if the external shouldn't be used.
Cheers, Andrej -----Original Message----- From: openembedded-core@lists.openembedded.org <openembedded-core@lists.openembedded.org> On Behalf Of Alexander Kanavin Sent: Tuesday, May 5, 2020 11:11 PM To: openembedded-core@lists.openembedded.org Cc: Alexander Kanavin <alex.kana...@gmail.com> Subject: [OE-core] [PATCH] vte: add icu dependency This is new in 0.60, and needs to be added explicitly to cause vte to rebuild properly against icu changes (there will be a QA check to catch such situations). Signed-off-by: Alexander Kanavin <alex.kana...@gmail.com> --- meta/recipes-support/vte/vte_0.60.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/vte/vte_0.60.2.bb b/meta/recipes-support/vte/vte_0.60.2.bb index 3891ff8165..a722e152a4 100644 --- a/meta/recipes-support/vte/vte_0.60.2.bb +++ b/meta/recipes-support/vte/vte_0.60.2.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \ file://COPYING.LGPL3;md5=b52f2d57d10c4f7ee67a7eb9615d5d24 \ " -DEPENDS = "glib-2.0 gtk+3 libpcre2 libxml2-native gperf-native" +DEPENDS = "glib-2.0 gtk+3 libpcre2 libxml2-native gperf-native icu" GNOMEBASEBUILDCLASS = "meson" GIR_MESON_OPTION = 'gir' -- 2.26.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#137961): https://lists.openembedded.org/g/openembedded-core/message/137961 Mute This Topic: https://lists.openembedded.org/mt/74008162/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-