summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase/0009-Add-OE-specific-specs-for-clang-compiler.patch
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2018-12-18 20:07:53 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2018-12-20 00:56:48 +0000
commit808d65c129d283850fa6c1e887dd01f8ee86b64b (patch)
tree6aaa270319d34651537cb04295398d8894617539 /recipes-qt/qt5/qtbase/0009-Add-OE-specific-specs-for-clang-compiler.patch
parenta55a9936e29b4aaaebc742d52af3b61f738d10c5 (diff)
downloadmeta-qt5-808d65c129d283850fa6c1e887dd01f8ee86b64b.tar.gz
qt5: refresh .patch files, meta-qt5/qt* repos and their tags in recipes
* in preparation for rebase on 5.12 #136 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase/0009-Add-OE-specific-specs-for-clang-compiler.patch')
-rw-r--r--recipes-qt/qt5/qtbase/0009-Add-OE-specific-specs-for-clang-compiler.patch20
1 files changed, 11 insertions, 9 deletions
diff --git a/recipes-qt/qt5/qtbase/0009-Add-OE-specific-specs-for-clang-compiler.patch b/recipes-qt/qt5/qtbase/0009-Add-OE-specific-specs-for-clang-compiler.patch
index 14493376..144c9182 100644
--- a/recipes-qt/qt5/qtbase/0009-Add-OE-specific-specs-for-clang-compiler.patch
+++ b/recipes-qt/qt5/qtbase/0009-Add-OE-specific-specs-for-clang-compiler.patch
@@ -1,20 +1,21 @@
1From 51bc56305205a154db22c1373eb19d835ba2c64e Mon Sep 17 00:00:00 2001 1From d8c3ea974639c70d9a158d4e01c3f782133a46f8 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Sun, 3 Sep 2017 09:11:44 -0700 3Date: Sun, 3 Sep 2017 09:11:44 -0700
4Subject: [PATCH] Add OE specific specs for clang compiler 4Subject: [PATCH] Add OE specific specs for clang compiler
5 5
6Signed-off-by: Khem Raj <raj.khem@gmail.com> 6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7--- 7---
8 mkspecs/linux-oe-clang/qmake.conf | 43 ++++++++++++++++++++++++++ 8 mkspecs/linux-oe-clang/qmake.conf | 42 ++++++++++++++++++++++++++
9 mkspecs/linux-oe-clang/qplatformdefs.h | 1 + 9 mkspecs/linux-oe-clang/qplatformdefs.h | 1 +
10 2 files changed, 44 insertions(+) 10 2 files changed, 43 insertions(+)
11 create mode 100644 mkspecs/linux-oe-clang/qmake.conf 11 create mode 100644 mkspecs/linux-oe-clang/qmake.conf
12 create mode 100644 mkspecs/linux-oe-clang/qplatformdefs.h 12 create mode 100644 mkspecs/linux-oe-clang/qplatformdefs.h
13 13
14Index: git/mkspecs/linux-oe-clang/qmake.conf 14diff --git a/mkspecs/linux-oe-clang/qmake.conf b/mkspecs/linux-oe-clang/qmake.conf
15=================================================================== 15new file mode 100644
16index 0000000000..443d4b0dff
16--- /dev/null 17--- /dev/null
17+++ git/mkspecs/linux-oe-clang/qmake.conf 18+++ b/mkspecs/linux-oe-clang/qmake.conf
18@@ -0,0 +1,42 @@ 19@@ -0,0 +1,42 @@
19+# 20+#
20+# qmake configuration for linux-g++ with modifications for building with OpenEmbedded 21+# qmake configuration for linux-g++ with modifications for building with OpenEmbedded
@@ -58,9 +59,10 @@ Index: git/mkspecs/linux-oe-clang/qmake.conf
58+ 59+
59+load(device_config) 60+load(device_config)
60+load(qt_config) 61+load(qt_config)
61Index: git/mkspecs/linux-oe-clang/qplatformdefs.h 62diff --git a/mkspecs/linux-oe-clang/qplatformdefs.h b/mkspecs/linux-oe-clang/qplatformdefs.h
62=================================================================== 63new file mode 100644
64index 0000000000..880c927b21
63--- /dev/null 65--- /dev/null
64+++ git/mkspecs/linux-oe-clang/qplatformdefs.h 66+++ b/mkspecs/linux-oe-clang/qplatformdefs.h
65@@ -0,0 +1 @@ 67@@ -0,0 +1 @@
66+#include "../linux-clang/qplatformdefs.h" 68+#include "../linux-clang/qplatformdefs.h"