summaryrefslogtreecommitdiffstats
path: root/recipes/binutils/binutils_2.24.bbappend
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-06-07 15:27:41 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2016-08-19 09:49:12 +0000
commit31603f60201c3fc90c66ee30a62ccb02cbb18e14 (patch)
tree3a5b6ab46f6dac669397307bd3bd7e9e5112237c /recipes/binutils/binutils_2.24.bbappend
parentb5957b4d81a0dbe2c0c55e783d6ce0ee97f34fcd (diff)
downloadmeta-boot2qt-31603f60201c3fc90c66ee30a62ccb02cbb18e14.tar.gz
binutils: fix native builds when host has gcc5
Cherry pick upstream commit to fix -Werror=logical-not-parentheses error when building with native gcc5. Taken from oe/fido, since this has not been applied in dizzy. Task-number: QTBUG-53862 Change-Id: I5e6e267e689d43389556fd806883dc93f120ed19 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
Diffstat (limited to 'recipes/binutils/binutils_2.24.bbappend')
-rw-r--r--recipes/binutils/binutils_2.24.bbappend27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes/binutils/binutils_2.24.bbappend b/recipes/binutils/binutils_2.24.bbappend
new file mode 100644
index 0000000..5d37646
--- /dev/null
+++ b/recipes/binutils/binutils_2.24.bbappend
@@ -0,0 +1,27 @@
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
23FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
24
25SRC_URI += "\
26 file://Fix-tc-i386.c-Werror-logical-not-parentheses-error.patch \
27 "