generic-poky/meta/recipes-qt
Jonathan Liu ed4a919cae 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]

(From OE-Core rev: 2e9c8007bca684149d72e96423f30433b6665fad)

Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-06-21 09:19:27 +01:00
..
images packagegroup-qt4e: tidy up and rename 2012-09-04 12:52:58 +01:00
meta meta-toolchain-qt.inc: Use CXX when linking 2013-02-19 08:47:35 -08:00
packagegroups packagegroup-qte-toolchain-target: bump PR to allow removal of meta-oe bbappend 2013-04-16 16:51:41 +01:00
qt-apps qmmp: update to 0.6.6 and fix 2013-02-06 09:37:21 +00:00
qt-demo qt-demo-init/linux-firmware/adt-installer: Convert to Use allarch class file 2011-10-10 09:59:09 +01:00
qt4 qt4: add eglibc-gconv-utf-16 to QtCore RRECOMMENDS when using glibc 2013-06-21 09:19:27 +01:00
qt4-graphics-system qt4-graphics-system: set graphic system in profile instead of X11 session 2012-05-09 21:42:50 +01:00