diff options
author | Jonathan Liu <net147@gmail.com> | 2013-07-06 11:51:42 +1000 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-09 07:56:15 -0700 |
commit | 9cec5833bd1a19794a0d7d77c2412d451dc30dc8 (patch) | |
tree | 97831b49af119fa19d1eba916ff8321864e67be2 /meta/recipes-qt/qt4/qt4-4.8.5.inc | |
parent | 48051f19a1df55ffdf72f90e331e31d9ccc76b3e (diff) | |
download | openembedded-core-9cec5833bd1a19794a0d7d77c2412d451dc30dc8.tar.gz openembedded-core-9cec5833bd1a19794a0d7d77c2412d451dc30dc8.tar.bz2 openembedded-core-9cec5833bd1a19794a0d7d77c2412d451dc30dc8.zip |
qt4: add upstream QTBUG-31579 patch to fix polyline drawing regression
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 810a01b654..d05b17464e 100644 --- a/meta/recipes-qt/qt4/qt4-4.8.5.inc +++ b/meta/recipes-qt/qt4/qt4-4.8.5.inc @@ -21,6 +21,7 @@ SRC_URI = "http://download.qt-project.org/official_releases/qt/4.8/${PV}/qt-ever file://0018-configure-make-pulseaudio-a-configurable-option.patch \ 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://0027-tools.pro-disable-qmeegographicssystemhelper.patch \ file://g++.conf \ file://linux.conf \ |