qtdeclarative: Fix SEPB build, remove module_qmake.conf

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa 2013-04-23 01:02:11 +02:00
parent 9fddbb70bd
commit ea8d37c17d
2 changed files with 1 additions and 12 deletions

View File

@ -1 +0,0 @@
load(qt_build_config)

View File

@ -10,21 +10,11 @@ INC_PR = "r0"
inherit qmake5
SRC_URI += " \
file://module_qmake.conf \
"
export QT_CONF_PATH="${WORKDIR}/qt.conf"
do_configure () {
# Avoid setting QMAKE_LINK from LD (since we want the linker to be g++)
unset LD
# This should not be needed. Perhaps the lack of this file is an indication
# of an error on the native recipe...
cp ${WORKDIR}/module_qmake.conf ${S}/.qmake.conf
${OE_QMAKE_QMAKE} -r -d
${OE_QMAKE_QMAKE} -r -d ${S}
}
do_install() {