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>
This commit is contained in:
Mikko Levonmaa 2013-01-08 11:50:37 -08:00 committed by Martin Jansa
parent d57e27ec08
commit 92aba5ebaf
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
# Copyright (C) 2012 O.S. Systems Software LTDA.
# Copyright (C) 2013 Martin Jansa <martin.jansa@gmail.com>
QT_MODULE_BRANCH ?= "stable"
# each module needs to define valid SRCREV
SRC_URI += " \
git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=stable \
git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \
"
S = "${WORKDIR}/git"