From b646c4339bb2759e2b2fafa1bb63985bd25886ec Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 1 Jan 2014 13:17:54 +0100 Subject: qconnman*: Fix branch param Signed-off-by: Martin Jansa --- meta-oe/recipes-qt/qconnman/qconnman.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-qt') diff --git a/meta-oe/recipes-qt/qconnman/qconnman.inc b/meta-oe/recipes-qt/qconnman/qconnman.inc index 44ad9a1d1d..664f2a02fd 100644 --- a/meta-oe/recipes-qt/qconnman/qconnman.inc +++ b/meta-oe/recipes-qt/qconnman/qconnman.inc @@ -10,6 +10,6 @@ inherit autotools PV = "0.0+gitr${SRCPV}" SRCREV = "f976b18c7c5584627224784801803e9fd3ebe0ff" -SRC_URI = "git://github.com/OSSystems/qconnman-ui.git" +SRC_URI = "git://github.com/OSSystems/qconnman-ui.git;branch=stable" S = "${WORKDIR}/git/" -- cgit 1.2.3-korg