diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-06-06 16:57:03 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-08-19 09:49:04 +0000 |
commit | a753af07a43f4750cb403f5b35b59850e7081fe7 (patch) | |
tree | 582d3581c2ebde64c4ea4eae05b01273ede4d5fb | |
parent | 8dce2ffb7320f7fbc1aba7bfbb61af633470049c (diff) | |
download | meta-boot2qt-a753af07a43f4750cb403f5b35b59850e7081fe7.tar.gz |
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 <heikki.halmet@qt.io>
-rw-r--r-- | recipes/ncurses/ncurses_5.9.bbappend | 23 |
1 files changed, 23 insertions, 0 deletions
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 @@ | |||
1 | ############################################################################# | ||
2 | ## | ||
3 | ## Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). | ||
4 | ## | ||
5 | ## This file is part of the Qt Enterprise Embedded Scripts of the Qt | ||
6 | ## framework. | ||
7 | ## | ||
8 | ## $QT_BEGIN_LICENSE$ | ||
9 | ## Commercial License Usage Only | ||
10 | ## Licensees holding valid commercial Qt license agreements with Digia | ||
11 | ## with an appropriate addendum covering the Qt Enterprise Embedded Scripts, | ||
12 | ## may use this file in accordance with the terms contained in said license | ||
13 | ## agreement. | ||
14 | ## | ||
15 | ## For further information use the contact form at | ||
16 | ## http://www.qt.io/contact-us. | ||
17 | ## | ||
18 | ## | ||
19 | ## $QT_END_LICENSE$ | ||
20 | ## | ||
21 | ############################################################################# | ||
22 | |||
23 | BUILD_CPPFLAGS_append_virtclass-native = " -P" | ||