aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtjsbackend.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-04-17 16:33:22 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-17 16:49:18 +0200
commit97738e9d62b613ea46cf8c5edb6accdff0d0b19a (patch)
tree8e42c46be52fc89b53fad3abf7a40b1937701a2b /recipes-qt/qt5/qtjsbackend.inc
parent1e5520a64f0c78f238b0399ac6cbfb3510eeb530 (diff)
qt5: unify indentation
* use 4 spaces everywhere like meta-oe and other layers do now
Diffstat (limited to 'recipes-qt/qt5/qtjsbackend.inc')
-rw-r--r--recipes-qt/qt5/qtjsbackend.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtjsbackend.inc b/recipes-qt/qt5/qtjsbackend.inc
index 3da6cc76..3ee10178 100644
--- a/recipes-qt/qt5/qtjsbackend.inc
+++ b/recipes-qt/qt5/qtjsbackend.inc
@@ -22,10 +22,10 @@ PARALLEL_MAKE = ""
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
+ # 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
+ # 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