diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-17 16:33:22 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-17 16:49:18 +0200 |
commit | 97738e9d62b613ea46cf8c5edb6accdff0d0b19a (patch) | |
tree | 8e42c46be52fc89b53fad3abf7a40b1937701a2b /recipes-qt/qt5/qtjsbackend.inc | |
parent | 1e5520a64f0c78f238b0399ac6cbfb3510eeb530 (diff) | |
download | meta-qt5-97738e9d62b613ea46cf8c5edb6accdff0d0b19a.tar.gz |
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.inc | 6 |
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 = "" | |||
22 | export QT_CONF_PATH="${WORKDIR}/qt.conf" | 22 | export QT_CONF_PATH="${WORKDIR}/qt.conf" |
23 | 23 | ||
24 | do_configure () { | 24 | do_configure () { |
25 | # Avoid setting QMAKE_LINK from LD (since we want the linker to be g++) | 25 | # Avoid setting QMAKE_LINK from LD (since we want the linker to be g++) |
26 | unset LD | 26 | unset LD |
27 | 27 | ||
28 | # This should not be needed. Perhaps the lack of this file is an indication | 28 | # This should not be needed. Perhaps the lack of this file is an indication |
29 | # of an error on the native recipe... | 29 | # of an error on the native recipe... |
30 | cp ${WORKDIR}/module_qmake.conf ${S}/.qmake.conf | 30 | cp ${WORKDIR}/module_qmake.conf ${S}/.qmake.conf |
31 | 31 | ||