From ea8d37c17dda7d9aa2e1a825b0bef492204bbb0f Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 23 Apr 2013 01:02:11 +0200 Subject: [PATCH] qtdeclarative: Fix SEPB build, remove module_qmake.conf Signed-off-by: Martin Jansa --- recipes-qt/qt5/files/module_qmake.conf | 1 - recipes-qt/qt5/qtdeclarative.inc | 12 +----------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 recipes-qt/qt5/files/module_qmake.conf diff --git a/recipes-qt/qt5/files/module_qmake.conf b/recipes-qt/qt5/files/module_qmake.conf deleted file mode 100644 index 4285ae84b6..0000000000 --- a/recipes-qt/qt5/files/module_qmake.conf +++ /dev/null @@ -1 +0,0 @@ -load(qt_build_config) \ No newline at end of file diff --git a/recipes-qt/qt5/qtdeclarative.inc b/recipes-qt/qt5/qtdeclarative.inc index 5746413407..e74ffd9119 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() {