diff options
author | Jonathan Liu <net147@gmail.com> | 2013-06-20 23:19:53 +1000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-20 21:56:29 +0100 |
commit | 2e9c8007bca684149d72e96423f30433b6665fad (patch) | |
tree | 5e5b1165a35519bd186b4cc6f346c761a4f628c9 /meta/classes/base.bbclass | |
parent | c6386c8661f18f6b9104c74345120a56e2330ea4 (diff) | |
download | openembedded-core-2e9c8007bca684149d72e96423f30433b6665fad.tar.gz openembedded-core-2e9c8007bca684149d72e96423f30433b6665fad.tar.bz2 openembedded-core-2e9c8007bca684149d72e96423f30433b6665fad.zip |
qt4: add eglibc-gconv-utf-16 to QtCore RRECOMMENDS when using glibc
This fixes the following warnings when running Qt applications:
QIconvCodec::convertFromUnicode: using Latin-1 for conversion, iconv_open failed
QIconvCodec::convertToUnicode: using Latin-1 for conversion, iconv_open failed
Qt's QString class stores strings internally using UTF-16 encoding.
The UTF-16 iconv module is needed to convert between the system's local
8-bit representation and QString's UTF-16 encoding.
For example, the following functions would be affected:
QString::fromLocal8Bit(...)
QString::toLocal8Bit(...)
If the UTF-16 iconv module couldn't be loaded, it would use Latin-1
encoding instead of the system's encoding for conversion.
[YOCTO #349]
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/base.bbclass')
0 files changed, 0 insertions, 0 deletions