diff options
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 | }; |