diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase/0012-Set-paths-for-target-properly.patch')
-rw-r--r-- | recipes-qt/qt5/qtbase/0012-Set-paths-for-target-properly.patch | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/recipes-qt/qt5/qtbase/0012-Set-paths-for-target-properly.patch b/recipes-qt/qt5/qtbase/0012-Set-paths-for-target-properly.patch deleted file mode 100644 index 671c6365..00000000 --- a/recipes-qt/qt5/qtbase/0012-Set-paths-for-target-properly.patch +++ /dev/null | |||
@@ -1,72 +0,0 @@ | |||
1 | From 62ec5bc2946911b2cd2f577d58f07f566d84c88d Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com> | ||
3 | Date: Thu, 22 Jan 2015 16:09:35 +0100 | ||
4 | Subject: [PATCH 12/13] Set paths for target properly | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | Upstream-Status: Inappropriate [OE specific] | ||
10 | |||
11 | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> | ||
12 | --- | ||
13 | configure | 43 +++++++++++++++++++++---------------------- | ||
14 | 1 file changed, 21 insertions(+), 22 deletions(-) | ||
15 | |||
16 | diff --git a/configure b/configure | ||
17 | index 8d15f59..bf2bac0 100755 | ||
18 | --- a/configure | ||
19 | +++ b/configure | ||
20 | @@ -3639,28 +3639,27 @@ static const char qt_configure_prefix_path_strs[][512 + 12] = { | ||
21 | "qt_xmplpath=$QT_SYSROOT_EXAMPLES", | ||
22 | "qt_tstspath=$QT_SYSROOT_TESTS", | ||
23 | #else | ||
24 | - "qt_prfxpath=$QT_INSTALL_PREFIX", | ||
25 | - "qt_docspath=$QT_INSTALL_DOCS", | ||
26 | - "qt_hdrspath=$QT_INSTALL_HEADERS", | ||
27 | - "qt_libspath=$QT_INSTALL_LIBS", | ||
28 | - "qt_lbexpath=$QT_INSTALL_LIBEXECS", | ||
29 | - "qt_binspath=$QT_INSTALL_BINS", | ||
30 | - "qt_plugpath=$QT_INSTALL_PLUGINS", | ||
31 | - "qt_impspath=$QT_INSTALL_IMPORTS", | ||
32 | - "qt_qml2path=$QT_INSTALL_QML", | ||
33 | - "qt_adatpath=$QT_INSTALL_ARCHDATA", | ||
34 | - "qt_datapath=$QT_INSTALL_DATA", | ||
35 | - "qt_trnspath=$QT_INSTALL_TRANSLATIONS", | ||
36 | - "qt_xmplpath=$QT_INSTALL_EXAMPLES", | ||
37 | - "qt_tstspath=$QT_INSTALL_TESTS", | ||
38 | - "qt_ssrtpath=$CFG_SYSROOT", | ||
39 | - "qt_hpfxpath=$QT_HOST_PREFIX", | ||
40 | - "qt_hbinpath=$QT_HOST_BINS", | ||
41 | - "qt_hlibpath=$QT_HOST_LIBS", | ||
42 | - "qt_hdatpath=$QT_HOST_DATA", | ||
43 | - "qt_ebinpath=$QT_EXTERNAL_HOST_BINS", | ||
44 | - "qt_targspec=$shortxspec", | ||
45 | - "qt_hostspec=$shortspec", | ||
46 | + "qt_prfxpath=$QT_SYSROOT_PREFIX", | ||
47 | + "qt_docspath=$QT_SYSROOT_DOCS", | ||
48 | + "qt_hdrspath=$QT_SYSROOT_HEADERS", | ||
49 | + "qt_libspath=$QT_SYSROOT_LIBS", | ||
50 | + "qt_lbexpath=$QT_SYSROOT_LIBEXECS", | ||
51 | + "qt_binspath=$QT_SYSROOT_BINS", | ||
52 | + "qt_plugpath=$QT_SYSROOT_PLUGINS", | ||
53 | + "qt_impspath=$QT_SYSROOT_IMPORTS", | ||
54 | + "qt_qml2path=$QT_SYSROOT_QML", | ||
55 | + "qt_adatpath=$QT_SYSROOT_ARCHDATA", | ||
56 | + "qt_datapath=$QT_SYSROOT_DATA", | ||
57 | + "qt_trnspath=$QT_SYSROOT_TRANSLATIONS", | ||
58 | + "qt_xmplpath=$QT_SYSROOT_EXAMPLES", | ||
59 | + "qt_tstspath=$QT_SYSROOT_TESTS", | ||
60 | + "qt_ssrtpath=", | ||
61 | + "qt_hpfxpath=$QT_SYSROOT_PREFIX", | ||
62 | + "qt_hbinpath=$QT_SYSROOT_BINS", | ||
63 | + "qt_hlibpath=$QT_SYSROOT_LIBS", | ||
64 | + "qt_hdatpath=$QT_SYSROOT_LIBS/qt5", | ||
65 | + "qt_targspec=linux-g++", | ||
66 | + "qt_hostspec=linux-g++", | ||
67 | #endif | ||
68 | }; | ||
69 | static const char qt_configure_settings_path_str[256 + 12] = "qt_stngpath=$QT_INSTALL_SETTINGS"; | ||
70 | -- | ||
71 | 2.3.1 | ||
72 | |||