diff options
author | Mikko Levonmaa <mikko.levonmaa@gmail.com> | 2012-12-04 16:32:32 -0800 |
---|---|---|
committer | Mikko Levonmaa <mikko.levonmaa@gmail.com> | 2012-12-04 17:03:14 -0800 |
commit | 17d2bf1cdd6a6b23a88a8e07dcb640e8f01115d2 (patch) | |
tree | 0f7e16690a095d35904858580594c14ed12501b5 /recipes-qt/qt5/qt5-native.inc | |
parent | 93fc33ea280a2fd060dc35b6d60e3d6a65968ccf (diff) | |
download | meta-qt5-17d2bf1cdd6a6b23a88a8e07dcb640e8f01115d2.tar.gz |
qtbase: mkspecs are now staged correctly
They are placed under STAGING_DATADIR as they need to be
kept separate from the native side. The reason for doing so
is that some qt modules require native tools and the mkspecs
in STAGING_DATADIR_NATIVE cannot be polluted with the target
mkspecs
There are still some packaging issues
Signed-off-by: Mikko Levonmaa <mikko.levonmaa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qt5-native.inc')
-rw-r--r-- | recipes-qt/qt5/qt5-native.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qt5-native.inc b/recipes-qt/qt5/qt5-native.inc index 040b6439..11cfcff0 100644 --- a/recipes-qt/qt5/qt5-native.inc +++ b/recipes-qt/qt5/qt5-native.inc | |||
@@ -14,6 +14,7 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/qtbase:" | |||
14 | 14 | ||
15 | SRC_URI += " \ | 15 | SRC_URI += " \ |
16 | file://0001-qlibraryinfo-Allow-the-specification-of-where-to-loa.patch \ | 16 | file://0001-qlibraryinfo-Allow-the-specification-of-where-to-loa.patch \ |
17 | file://0003-qtbase-Allow-qt.conf-override-when-bootstrapping.patch \ | ||
17 | file://0001-Always-build-uic.patch \ | 18 | file://0001-Always-build-uic.patch \ |
18 | " | 19 | " |
19 | 20 | ||