From 3bcb7a54bdaf28b8c23c26d934b56847b87bbfac Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 25 May 2023 07:21:56 +0000 Subject: qtbase: add runtime dependency to C.UTF-8 locale Qt expects to have UTF-8 locale available. If the current locale is not UTF-8, Qt will try to use C.UTF-8 locale. Make that available by adding RRECOMMENDS to locale-base-c package. Task-number: QTBUG-113371 Change-Id: I48f18488413168afbeffddb9eac58985d1b8a988 Reviewed-by: Mikko Gronoff (cherry picked from commit 6ad68945b5a15387434dc8c28ab677a05b7c037f) Reviewed-by: Qt Cherry-pick Bot --- recipes-qt/qt6/qtbase_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-qt/qt6/qtbase_git.bb b/recipes-qt/qt6/qtbase_git.bb index f50696a..41410c6 100644 --- a/recipes-qt/qt6/qtbase_git.bb +++ b/recipes-qt/qt6/qtbase_git.bb @@ -30,6 +30,8 @@ DEPENDS += "\ DEPENDS:remove:class-native = "qtbase-native" RDEPENDS_${PN}:remove:class-native = "libssl-native" +RRECOMMENDS:${PN}:append:class-target = " locale-base-c" + PACKAGECONFIG:class-native ?= "\ gui widgets jpeg png dbus no-opengl openssl zlib \ ${@bb.utils.contains('BBFILE_COLLECTIONS', 'openembedded-layer', 'zstd', '', d)} \ -- cgit v1.2.3