mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
qmake_base.bbclass: use using parallel staging dirs
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
committed by
Koen Kooi
parent
8144542525
commit
aef16efcd8
@@ -38,11 +38,11 @@ do_generate_qt_config_file() {
|
|||||||
export QT_CONF_PATH=${WORKDIR}/qt.conf
|
export QT_CONF_PATH=${WORKDIR}/qt.conf
|
||||||
cat > ${WORKDIR}/qt.conf <<EOF
|
cat > ${WORKDIR}/qt.conf <<EOF
|
||||||
[Paths]
|
[Paths]
|
||||||
Prefix = ${STAGING_DIR}
|
Prefix =
|
||||||
Binaries = ${BUILD_SYS}${bindir_native}
|
Binaries = ${STAGING_BINDIR_NATIVE}
|
||||||
Headers = ${MACHINE}${prefix}/include/qt4
|
Headers = ${STAGING_INCDIR}/qt4
|
||||||
Plugins = ${MACHINE}${prefix}/lib/qt4/plugins/
|
Plugins = ${STAGING_LIBDIR}/qt4/plugins/
|
||||||
Mkspecs = ${MACHINE}${prefix}/share/qt4/mkspecs/
|
Mkspecs = ${STAGING_DATADIR}/qt4/mkspecs/
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user