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 /classes/qmake5_base.bbclass | |
| 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 'classes/qmake5_base.bbclass')
| -rw-r--r-- | classes/qmake5_base.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass index 5601bb94..7012d0d7 100644 --- a/classes/qmake5_base.bbclass +++ b/classes/qmake5_base.bbclass | |||
| @@ -22,8 +22,7 @@ Binaries = ${STAGING_BINDIR_NATIVE} | |||
| 22 | Headers = ${STAGING_INCDIR}/qt5 | 22 | Headers = ${STAGING_INCDIR}/qt5 |
| 23 | Plugins = ${STAGING_LIBDIR}/qt5/plugins/ | 23 | Plugins = ${STAGING_LIBDIR}/qt5/plugins/ |
| 24 | Libraries = ${STAGING_LIBDIR} | 24 | Libraries = ${STAGING_LIBDIR} |
| 25 | Mkspecs = ${STAGING_DATADIR}/qt5/mkspecs/ | 25 | HostData = ${STAGING_DATADIR}/qt5 |
| 26 | HostData = ${STAGING_DATADIR_NATIVE}/qt5 | ||
| 27 | HostBinaries = ${STAGING_BINDIR_NATIVE}/ | 26 | HostBinaries = ${STAGING_BINDIR_NATIVE}/ |
| 28 | EOF | 27 | EOF |
| 29 | } | 28 | } |
