summaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt4/qt-4.7.3
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-qt/qt4/qt-4.7.3')
-rw-r--r--meta/recipes-qt/qt4/qt-4.7.3/0001-Added-Openembedded-crossarch-option.patch5
-rw-r--r--meta/recipes-qt/qt4/qt-4.7.3/hack-out-pg2-4.7.0.patch12
2 files changed, 16 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt4/qt-4.7.3/0001-Added-Openembedded-crossarch-option.patch b/meta/recipes-qt/qt4/qt-4.7.3/0001-Added-Openembedded-crossarch-option.patch
index 71a04a59d2..f302c5bd61 100644
--- a/meta/recipes-qt/qt4/qt-4.7.3/0001-Added-Openembedded-crossarch-option.patch
+++ b/meta/recipes-qt/qt4/qt-4.7.3/0001-Added-Openembedded-crossarch-option.patch
@@ -1,8 +1,11 @@
1From b1ba119f6a824dc01bd42ee00dba4a1653867b72 Mon Sep 17 00:00:00 2001 1From b1ba119f6a824dc01bd42ee00dba4a1653867b72 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Matthias=20G=C3=BCnther?= <matgnt@gmail.com> 2From: Matthias GΓΌnther <matgnt@gmail.com>
3Date: Wed, 12 May 2010 16:52:45 +0200 3Date: Wed, 12 May 2010 16:52:45 +0200
4Subject: [PATCH 1/9] Added Openembedded "-crossarch" option 4Subject: [PATCH 1/9] Added Openembedded "-crossarch" option
5 5
6Original Author: Michael Lauer <mickey@vanille-media.de>
7Upstream-Status: Pending
8
6--- 9---
7 configure | 7 ++++++- 10 configure | 7 ++++++-
8 1 files changed, 6 insertions(+), 1 deletions(-) 11 1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-qt/qt4/qt-4.7.3/hack-out-pg2-4.7.0.patch b/meta/recipes-qt/qt4/qt-4.7.3/hack-out-pg2-4.7.0.patch
index 5c588ff0f7..39c5f4a32c 100644
--- a/meta/recipes-qt/qt4/qt-4.7.3/hack-out-pg2-4.7.0.patch
+++ b/meta/recipes-qt/qt4/qt-4.7.3/hack-out-pg2-4.7.0.patch
@@ -1,3 +1,15 @@
1Hack to not use the pg_config of the host system which will add /usr/include
2
3pg_config is a native binary so using that when cross compiling
4will always fail. The commented out fix would do, but for OE
5our -platform and -xplatform is the same so we are actually not
6really cross compiling. Just comment out the test, we are passing
7the location to the postgres headers and if they are okay we
8will pad.
9
10Original Author: Holger Hans Peter Freyther <zecke@selfish.org>
11Upstream-Status: Inappropriate [configuration]
12
1Index: qt-everywhere-opensource-src-4.7.0/configure 13Index: qt-everywhere-opensource-src-4.7.0/configure
2=================================================================== 14===================================================================
3--- qt-everywhere-opensource-src-4.7.0.orig/configure 2010-09-22 15:43:51.191162141 -0400 15--- qt-everywhere-opensource-src-4.7.0.orig/configure 2010-09-22 15:43:51.191162141 -0400