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/qt5-5.0.0+git.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/qt5-5.0.0+git.inc')
-rw-r--r-- | recipes-qt/qt5/qt5-5.0.0+git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt5-5.0.0+git.inc b/recipes-qt/qt5/qt5-5.0.0+git.inc index a1ac0e76..d44eeecf 100644 --- a/recipes-qt/qt5/qt5-5.0.0+git.inc +++ b/recipes-qt/qt5/qt5-5.0.0+git.inc | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # each module needs to define valid SRCREV | 3 | # each module needs to define valid SRCREV |
4 | SRC_URI += " \ | 4 | SRC_URI += " \ |
5 | git://qt.gitorious.org/qt/${QT_MODULE}.git;protocol=git;branch=stable \ | 5 | git://qt.gitorious.org/qt/${QT_MODULE}.git;protocol=git;branch=stable \ |
6 | " | 6 | " |
7 | 7 | ||
8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |