From a753af07a43f4750cb403f5b35b59850e7081fe7 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 6 Jun 2016 16:57:03 +0300 Subject: ncurses: fix native builds when host has gcc5 GCC"s preprocessor starts to add newlines which are not handled properly by ncurses build system startin from version 5.0. Taken from oe/fido, since this has not been applied in dizzy. Task-number: QTBUG-53862 Change-Id: I598c2594fc1e5ad9a567351abfffc1c742f2616c Reviewed-by: Heikki Halmet --- recipes/ncurses/ncurses_5.9.bbappend | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes/ncurses/ncurses_5.9.bbappend diff --git a/recipes/ncurses/ncurses_5.9.bbappend b/recipes/ncurses/ncurses_5.9.bbappend new file mode 100644 index 0000000..69d3272 --- /dev/null +++ b/recipes/ncurses/ncurses_5.9.bbappend @@ -0,0 +1,23 @@ +############################################################################# +## +## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). +## +## This file is part of the Qt Enterprise Embedded Scripts of the Qt +## framework. +## +## $QT_BEGIN_LICENSE$ +## Commercial License Usage Only +## Licensees holding valid commercial Qt license agreements with Digia +## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, +## may use this file in accordance with the terms contained in said license +## agreement. +## +## For further information use the contact form at +## http://www.qt.io/contact-us. +## +## +## $QT_END_LICENSE$ +## +############################################################################# + +BUILD_CPPFLAGS_append_virtclass-native = " -P" -- cgit v1.2.3-54-g00ecf