diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-28 14:15:13 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-28 15:55:10 +0200 |
commit | 0a88f92505f27944e985c9f54e64c04b082778fb (patch) | |
tree | 0d5910d793652835a6b5fdf48303eaf5263ae1cf /recipes-qt/qt5/qtbase/0003-Add-external-hostbindir-option.patch | |
parent | 2790c1607e3546447c871dbce7876d8bfd3bca25 (diff) | |
download | meta-qt5-0a88f92505f27944e985c9f54e64c04b082778fb.tar.gz |
qtbase: refresh patches and add missing to 5.0.2 and git versions
Diffstat (limited to 'recipes-qt/qt5/qtbase/0003-Add-external-hostbindir-option.patch')
-rw-r--r-- | recipes-qt/qt5/qtbase/0003-Add-external-hostbindir-option.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qtbase/0003-Add-external-hostbindir-option.patch b/recipes-qt/qt5/qtbase/0003-Add-external-hostbindir-option.patch index 338b1c32..14d5d52f 100644 --- a/recipes-qt/qt5/qtbase/0003-Add-external-hostbindir-option.patch +++ b/recipes-qt/qt5/qtbase/0003-Add-external-hostbindir-option.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 72d8aaf00e3d722b56b66bd5fa1f1f3d3e8a8552 Mon Sep 17 00:00:00 2001 | 1 | From 72d8aaf00e3d722b56b66bd5fa1f1f3d3e8a8552 Mon Sep 17 00:00:00 2001 |
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | 2 | From: Martin Jansa <Martin.Jansa@gmail.com> |
3 | Date: Sat, 6 Apr 2013 13:15:07 +0200 | 3 | Date: Sat, 6 Apr 2013 13:15:07 +0200 |
4 | Subject: [PATCH 3/6] Add -external-hostbindir option | 4 | Subject: [PATCH 03/11] Add -external-hostbindir option |
5 | 5 | ||
6 | * when cross-compiling it's sometimes useful to use existing tools from machine | 6 | * when cross-compiling it's sometimes useful to use existing tools from machine |
7 | (or in OpenEmbedded built with separate native recipe) when building for target | 7 | (or in OpenEmbedded built with separate native recipe) when building for target |
@@ -118,7 +118,7 @@ index bbd4734..dca0c58 100644 | |||
118 | { "QT_HOST_PREFIX", QLibraryInfo::HostPrefixPath, true }, | 118 | { "QT_HOST_PREFIX", QLibraryInfo::HostPrefixPath, true }, |
119 | { "QT_HOST_DATA", QLibraryInfo::HostDataPath, true }, | 119 | { "QT_HOST_DATA", QLibraryInfo::HostDataPath, true }, |
120 | { "QT_HOST_BINS", QLibraryInfo::HostBinariesPath, true }, | 120 | { "QT_HOST_BINS", QLibraryInfo::HostBinariesPath, true }, |
121 | + { "QT_EXTERNAL_HOST_BINS", QLibraryInfo::ExternalHostBinariesPath, false }, | 121 | + { "QT_EXTERNAL_HOST_BINS", QLibraryInfo::ExternalHostBinariesPath, true }, |
122 | { "QMAKE_SPEC", QLibraryInfo::HostSpecPath, true }, | 122 | { "QMAKE_SPEC", QLibraryInfo::HostSpecPath, true }, |
123 | { "QMAKE_XSPEC", QLibraryInfo::TargetSpecPath, true }, | 123 | { "QMAKE_XSPEC", QLibraryInfo::TargetSpecPath, true }, |
124 | }; | 124 | }; |