diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-03-30 17:27:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-04 17:17:53 +0100 |
commit | ca0831d92db035bb3bafd66d633caed77e882bd4 (patch) | |
tree | 60a141c0fb5a8b3953fdb179d6729b4bb3a97ec8 /meta/recipes-qt/qt4/qt-4.7.4.inc | |
parent | 30b2b8fdf10dd1f62d47c944d15ea893d8cf448c (diff) | |
download | poky-ca0831d92db035bb3bafd66d633caed77e882bd4.tar.gz |
qt-4.7.4: Fix build with gcc 4.7
g++ 4.7 is detecting inheritence problems
which we solve by explictly specifying
elements in constructors
(From OE-Core rev: 553ac1bf0ebf2ecf4e45ace4016b50c810ef7b26)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-qt/qt4/qt-4.7.4.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt-4.7.4.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt4/qt-4.7.4.inc b/meta/recipes-qt/qt4/qt-4.7.4.inc index f8956f7bb5..6ea9efcf86 100644 --- a/meta/recipes-qt/qt4/qt-4.7.4.inc +++ b/meta/recipes-qt/qt4/qt-4.7.4.inc | |||
@@ -20,6 +20,7 @@ SRC_URI = "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}. | |||
20 | file://g++.conf \ | 20 | file://g++.conf \ |
21 | file://linux.conf \ | 21 | file://linux.conf \ |
22 | file://fix-qtbug-20925.patch \ | 22 | file://fix-qtbug-20925.patch \ |
23 | file://gcc47-fix.patch \ | ||
23 | " | 24 | " |
24 | 25 | ||
25 | SRC_URI[md5sum] = "9831cf1dfa8d0689a06c2c54c5c65aaf" | 26 | SRC_URI[md5sum] = "9831cf1dfa8d0689a06c2c54c5c65aaf" |