From 92aba5ebafd80830b1ca5b3ff9ad34eea17d47cc Mon Sep 17 00:00:00 2001 From: Mikko Levonmaa Date: Tue, 8 Jan 2013 11:50:37 -0800 Subject: qt5-git: Provide a way to configure the git repo branch from a module Signed-off-by: Mikko Levonmaa Signed-off-by: Martin Jansa --- recipes-qt/qt5/qt5-git.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes-qt/qt5/qt5-git.inc') 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 @@ # Copyright (C) 2012 O.S. Systems Software LTDA. # Copyright (C) 2013 Martin Jansa +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" -- cgit v1.2.3-54-g00ecf