diff options
author | Francisco Gonzalez Morell <gzmorell@gmail.com> | 2010-02-24 00:01:39 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-02-24 00:40:20 +0100 |
commit | f4f157041eb53f674d21d9a323f7245bc14fd844 (patch) | |
tree | fcc24f1cdcd6424989e61c59709658bf792f8ed1 | |
parent | 7bd8125edc2c48aebc94f7e3a64712b4e50d7dab (diff) | |
download | buildroot-novena-f4f157041eb53f674d21d9a323f7245bc14fd844.tar.gz buildroot-novena-f4f157041eb53f674d21d9a323f7245bc14fd844.zip |
qt: fix the patch name for qt-4.5.3 version
Signed-off-by: Francisco Gonzalez Morell <gzmorell@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | CHANGES | 6 | ||||
-rw-r--r-- | package/qt/qt-4.5.3-fix-qt-zlib-build.patch (renamed from package/qt/qt-4.5.2-fix-qt-zlib-build.patch) | 6 |
2 files changed, 9 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2010.02, Not yet released: + + Fixes all over the tree. + + Updated/fixed packages: qt + 2010.02-rc2, Released February 23th, 2010: Fixes all over the tree and new features. diff --git a/package/qt/qt-4.5.2-fix-qt-zlib-build.patch b/package/qt/qt-4.5.3-fix-qt-zlib-build.patch index b191cc751..47fc92f27 100644 --- a/package/qt/qt-4.5.2-fix-qt-zlib-build.patch +++ b/package/qt/qt-4.5.3-fix-qt-zlib-build.patch @@ -7,10 +7,10 @@ include path to fix this issue. src/gui/painting/painting.pri | 3 +++ 1 file changed, 3 insertions(+) -Index: qt-embedded-linux-opensource-src-4.5.2/src/gui/painting/painting.pri +Index: qt-embedded-linux-opensource-src-4.5.3/src/gui/painting/painting.pri =================================================================== ---- qt-embedded-linux-opensource-src-4.5.2.orig/src/gui/painting/painting.pri -+++ qt-embedded-linux-opensource-src-4.5.2/src/gui/painting/painting.pri +--- qt-embedded-linux-opensource-src-4.5.3.orig/src/gui/painting/painting.pri ++++ qt-embedded-linux-opensource-src-4.5.3/src/gui/painting/painting.pri @@ -367,3 +367,6 @@ SOURCES += painting/qwindowsurface_d3d.cpp } |