summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch
diff options
context:
space:
mode:
authorMikko Levonmaa <mikko.levonmaa@palm.com>2013-03-06 12:20:37 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-05 12:56:34 +0200
commitbbaf26aec2f2b64c2d061ab4c81773d569d99d4e (patch)
treefcfba7b4d9405d451bedbea1d56afdb200159c14 /recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch
parent92aba5ebafd80830b1ca5b3ff9ad34eea17d47cc (diff)
downloadmeta-qt5-bbaf26aec2f2b64c2d061ab4c81773d569d99d4e.tar.gz
qtbase: Find wayland-scanner correctly
* Remove silent rules for wayland-scanner Signed-off-by: Mikko Levonmaa <mikko.levonmaa@palm.com> Signed-off-by: Martin Jansa <martin.jansa@lge.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch')
-rw-r--r--recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch14
1 files changed, 8 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch b/recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch
index 49244bef..5907490c 100644
--- a/recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch
+++ b/recipes-qt/qt5/qtbase/0001-Add-linux-oe-g-platform.patch
@@ -1,7 +1,7 @@
1From f5d5c9778031fbb807753c67133ddda35f9a0e30 Mon Sep 17 00:00:00 2001 1From ccf2e79173cfd0fee9f1e603107792dd5aa8e775 Mon Sep 17 00:00:00 2001
2From: Martin Jansa <Martin.Jansa@gmail.com> 2From: Martin Jansa <Martin.Jansa@gmail.com>
3Date: Mon, 15 Apr 2013 04:29:32 +0200 3Date: Mon, 15 Apr 2013 04:29:32 +0200
4Subject: [PATCH 01/11] Add linux-oe-g++ platform 4Subject: [PATCH 01/12] Add linux-oe-g++ platform
5 5
6* This qmake.conf unlike other platforms reads most variables from 6* This qmake.conf unlike other platforms reads most variables from
7 shell environment, because it's easier for qt recipes to export 7 shell environment, because it's easier for qt recipes to export
@@ -31,12 +31,13 @@ Subject: [PATCH 01/11] Add linux-oe-g++ platform
31 31
32Upstream-Status: Pending 32Upstream-Status: Pending
33 33
34Change-Id: Ia0cc6a6b00ec78442d80ed2a3cf40b604588a0f6
34Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 35Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
35--- 36---
36 configure | 54 ++++++++++++++++--- 37 configure | 54 ++++++++++++++++---
37 mkspecs/linux-oe-g++/qmake.conf | 39 ++++++++++++++ 38 mkspecs/linux-oe-g++/qmake.conf | 40 ++++++++++++++
38 mkspecs/linux-oe-g++/qplatformdefs.h | 100 +++++++++++++++++++++++++++++++++++ 39 mkspecs/linux-oe-g++/qplatformdefs.h | 100 +++++++++++++++++++++++++++++++++++
39 3 files changed, 186 insertions(+), 7 deletions(-) 40 3 files changed, 187 insertions(+), 7 deletions(-)
40 create mode 100644 mkspecs/linux-oe-g++/qmake.conf 41 create mode 100644 mkspecs/linux-oe-g++/qmake.conf
41 create mode 100644 mkspecs/linux-oe-g++/qplatformdefs.h 42 create mode 100644 mkspecs/linux-oe-g++/qplatformdefs.h
42 43
@@ -149,10 +150,10 @@ index 89246c8..0ab8eee 100755
149 EXTRA_CFLAGS="$EXTRA_CFLAGS -DQMAKE_OPENSOURCE_EDITION" 150 EXTRA_CFLAGS="$EXTRA_CFLAGS -DQMAKE_OPENSOURCE_EDITION"
150diff --git a/mkspecs/linux-oe-g++/qmake.conf b/mkspecs/linux-oe-g++/qmake.conf 151diff --git a/mkspecs/linux-oe-g++/qmake.conf b/mkspecs/linux-oe-g++/qmake.conf
151new file mode 100644 152new file mode 100644
152index 0000000..42966fe 153index 0000000..ca26b10
153--- /dev/null 154--- /dev/null
154+++ b/mkspecs/linux-oe-g++/qmake.conf 155+++ b/mkspecs/linux-oe-g++/qmake.conf
155@@ -0,0 +1,39 @@ 156@@ -0,0 +1,40 @@
156+# 157+#
157+# qmake configuration for linux-g++ with modifications for building with OpenEmbedded 158+# qmake configuration for linux-g++ with modifications for building with OpenEmbedded
158+# 159+#
@@ -166,6 +167,7 @@ index 0000000..42966fe
166+# QMAKE_<TOOL> (moc, uic, rcc) are gone, overwrite only ar and strip 167+# QMAKE_<TOOL> (moc, uic, rcc) are gone, overwrite only ar and strip
167+QMAKE_AR = $(OE_QMAKE_AR) cqs 168+QMAKE_AR = $(OE_QMAKE_AR) cqs
168+QMAKE_STRIP = $(OE_QMAKE_STRIP) 169+QMAKE_STRIP = $(OE_QMAKE_STRIP)
170+QMAKE_WAYLAND_SCANNER = $(OE_QMAKE_WAYLAND_SCANNER)
169+ 171+
170+include(../common/gcc-base-unix.conf) 172+include(../common/gcc-base-unix.conf)
171+ 173+