summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/k3conf/k3conf_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/k3conf/k3conf_git.bb')
-rw-r--r--recipes-devtools/k3conf/k3conf_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/k3conf/k3conf_git.bb b/recipes-devtools/k3conf/k3conf_git.bb
index 567e8d55..10e2631e 100644
--- a/recipes-devtools/k3conf/k3conf_git.bb
+++ b/recipes-devtools/k3conf/k3conf_git.bb
@@ -10,7 +10,7 @@ COMPATIBLE_MACHINE = "k3"
10BRANCH ?= "master" 10BRANCH ?= "master"
11SRCREV = "48cb8e8d7dc962229a9f318cd512b4ddeec5cdc5" 11SRCREV = "48cb8e8d7dc962229a9f318cd512b4ddeec5cdc5"
12 12
13SRC_URI = "git://git.ti.com/k3conf/k3conf.git;protocol=git;branch=${BRANCH}" 13SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16