From ec1e162ba68bae3e6a23eaa4f82f7a53ea268b10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 2 Jun 2020 21:50:12 +0200 Subject: [PATCH] qtbase-navive: Avoid build errors caused by replacement of Qt::endl -> endl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Should fix https://github.com/schnitzeltony/meta-qt5-extra/issues/79 Signed-off-by: Andreas Müller --- ...2-qdbusxml2cpp-prepare-commandline-string-manipulation.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extends-meta-qt5/qtbase/0002-qdbusxml2cpp-prepare-commandline-string-manipulation.patch b/extends-meta-qt5/qtbase/0002-qdbusxml2cpp-prepare-commandline-string-manipulation.patch index 2cc19666..e7287c89 100644 --- a/extends-meta-qt5/qtbase/0002-qdbusxml2cpp-prepare-commandline-string-manipulation.patch +++ b/extends-meta-qt5/qtbase/0002-qdbusxml2cpp-prepare-commandline-string-manipulation.patch @@ -30,7 +30,7 @@ index ce4232f3e8..d9003f4508 100644 ts << "/*" << Qt::endl << " * This file was generated by " PROGRAMNAME " version " PROGRAMVERSION << Qt::endl - << " * Command line was: " << commandLine << Qt::endl -+ << " * Command line was: " << strCmdLine << endl ++ << " * Command line was: " << strCmdLine << Qt::endl << " *" << Qt::endl << " * " PROGRAMNAME " is " PROGRAMCOPYRIGHT << Qt::endl << " *" << Qt::endl