From 76c17122024e49fdc84e237b9d5dde6525778d6b Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 8 Feb 2012 13:21:59 +0000 Subject: qt4: fix compile error in Qt 4.8.0 with gcc 4.6 Ensure the Qt configure script can can detect the compiler correctly as g++. This fixes the following compile error with gcc 4.6: ./wtf/NullPtr.h:48:1: error: identifier 'nullptr' will become a keyword in C++0x [-Werror=c++0x-compat] (From OE-Core rev: f29bb5b2a99ecef46e5570bf3336e9680c0b6705) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta/recipes-qt/qt4/qt-4.8.0.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-qt/qt4/qt-4.8.0.inc') diff --git a/meta/recipes-qt/qt4/qt-4.8.0.inc b/meta/recipes-qt/qt4/qt-4.8.0.inc index 2addbb211f..532f1ff40c 100644 --- a/meta/recipes-qt/qt4/qt-4.8.0.inc +++ b/meta/recipes-qt/qt4/qt-4.8.0.inc @@ -14,6 +14,7 @@ SRC_URI = "http://get.qt.nokia.com/qt/source/qt-everywhere-opensource-src-${PV}. file://fix-translations.patch \ file://add_nostrip_for_debug_packages.diff \ file://qmake_cxx_eval.patch \ + file://configure_oe_compiler.patch \ file://g++.conf \ file://linux.conf \ " -- cgit v1.2.3-54-g00ecf