mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-17 20:40: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:
parent
8144542525
commit
aef16efcd8
@ -38,11 +38,11 @@ do_generate_qt_config_file() {
|
||||
export QT_CONF_PATH=${WORKDIR}/qt.conf
|
||||
cat > ${WORKDIR}/qt.conf <<EOF
|
||||
[Paths]
|
||||
Prefix = ${STAGING_DIR}
|
||||
Binaries = ${BUILD_SYS}${bindir_native}
|
||||
Headers = ${MACHINE}${prefix}/include/qt4
|
||||
Plugins = ${MACHINE}${prefix}/lib/qt4/plugins/
|
||||
Mkspecs = ${MACHINE}${prefix}/share/qt4/mkspecs/
|
||||
Prefix =
|
||||
Binaries = ${STAGING_BINDIR_NATIVE}
|
||||
Headers = ${STAGING_INCDIR}/qt4
|
||||
Plugins = ${STAGING_LIBDIR}/qt4/plugins/
|
||||
Mkspecs = ${STAGING_DATADIR}/qt4/mkspecs/
|
||||
EOF
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user