aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtdeclarative.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-04-23 01:02:11 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-28 13:39:33 +0200
commitea8d37c17dda7d9aa2e1a825b0bef492204bbb0f (patch)
tree3a5b687af25d9c0f9b99c29da685073c7f22fc9f /recipes-qt/qt5/qtdeclarative.inc
parent9fddbb70bdc71c5aa7feb93e62fa9da45e1230cc (diff)
qtdeclarative: Fix SEPB build, remove module_qmake.conf
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtdeclarative.inc')
-rw-r--r--recipes-qt/qt5/qtdeclarative.inc12
1 files changed, 1 insertions, 11 deletions
diff --git a/recipes-qt/qt5/qtdeclarative.inc b/recipes-qt/qt5/qtdeclarative.inc
index 57464134..e74ffd91 100644
--- a/recipes-qt/qt5/qtdeclarative.inc
+++ b/recipes-qt/qt5/qtdeclarative.inc
@@ -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() {