diff options
author | Jonathan Liu <net147@gmail.com> | 2013-08-03 17:56:43 +1000 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-08-05 23:59:57 -0700 |
commit | 59c02272fe77589e265da6fc3fa3db0c76bcdf52 (patch) | |
tree | 21eb75d149db5c31a827520076c723afe42a3f88 /meta/recipes-qt/qt4/qt4-4.8.5.inc | |
parent | 8e1d380ad30161c358aef22fb8ad7b1d35afa520 (diff) | |
download | openembedded-core-59c02272fe77589e265da6fc3fa3db0c76bcdf52.tar.gz openembedded-core-59c02272fe77589e265da6fc3fa3db0c76bcdf52.tar.bz2 openembedded-core-59c02272fe77589e265da6fc3fa3db0c76bcdf52.zip |
qt4: add upstream QTBUG-32534 patch for QHttpMultiPart upload corruption
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-qt/qt4/qt4-4.8.5.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt4-4.8.5.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt4-4.8.5.inc b/meta/recipes-qt/qt4/qt4-4.8.5.inc index d05b17464e..95a14f3ddd 100644 --- a/meta/recipes-qt/qt4/qt4-4.8.5.inc +++ b/meta/recipes-qt/qt4/qt4-4.8.5.inc @@ -22,6 +22,7 @@ SRC_URI = "http://download.qt-project.org/official_releases/qt/4.8/${PV}/qt-ever file://0019-Fixes-for-gcc-4.7.0-particularly-on-qemux86.patch \ file://0020-webkit-disable-the-fuse-ld-gold-flag.patch \ file://0022-Fix-drawing-of-0-width-polylines-from-outside-the-de.patch \ + file://0023-QHttpMultiPart-fix-data-corruption-in-readData-metho.patch \ file://0027-tools.pro-disable-qmeegographicssystemhelper.patch \ file://g++.conf \ file://linux.conf \ |