diff options
author | Mikko Levonmaa <mikko.levonmaa@palm.com> | 2013-01-08 11:50:37 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-05 12:56:34 +0200 |
commit | 92aba5ebafd80830b1ca5b3ff9ad34eea17d47cc (patch) | |
tree | bf3ac4e063612acecb8dd1567541bf4929b5dd4e /recipes-qt | |
parent | d57e27ec08164d1c06e7f5169aa0fb23725f78b4 (diff) | |
download | meta-qt5-92aba5ebafd80830b1ca5b3ff9ad34eea17d47cc.tar.gz |
qt5-git: Provide a way to configure the git repo branch from a module
Signed-off-by: Mikko Levonmaa <mikko.levonmaa@palm.com>
Signed-off-by: Martin Jansa <martin.jansa@lge.com>
Diffstat (limited to 'recipes-qt')
-rw-r--r-- | recipes-qt/qt5/qt5-git.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qt5-git.inc b/recipes-qt/qt5/qt5-git.inc index a9eff23f..39e77f09 100644 --- a/recipes-qt/qt5/qt5-git.inc +++ b/recipes-qt/qt5/qt5-git.inc | |||
@@ -1,9 +1,11 @@ | |||
1 | # Copyright (C) 2012 O.S. Systems Software LTDA. | 1 | # Copyright (C) 2012 O.S. Systems Software LTDA. |
2 | # Copyright (C) 2013 Martin Jansa <martin.jansa@gmail.com> | 2 | # Copyright (C) 2013 Martin Jansa <martin.jansa@gmail.com> |
3 | 3 | ||
4 | QT_MODULE_BRANCH ?= "stable" | ||
5 | |||
4 | # each module needs to define valid SRCREV | 6 | # each module needs to define valid SRCREV |
5 | SRC_URI += " \ | 7 | SRC_URI += " \ |
6 | git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=stable \ | 8 | git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \ |
7 | " | 9 | " |
8 | 10 | ||
9 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |