summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/devregs/devregs_git.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2021-11-24 10:19:48 -0300
committerGitHub <noreply@github.com>2021-11-24 10:19:48 -0300
commit225d7561788d9488055707b9a7e4b38185d3d6c8 (patch)
tree546351390398988de37214a21ae47b884ce33627 /recipes-devtools/devregs/devregs_git.bb
parent727fd8df20c8ee58474ce15cd5e1459f14bee977 (diff)
parent182b4a6a6e6dd0c86e0e15f1152bb1c65f746015 (diff)
downloadmeta-freescale-225d7561788d9488055707b9a7e4b38185d3d6c8.tar.gz
Merge pull request #930 from rohieb/dunfell
[backport dunfell] recipes: use https protocol and add explicit branch parameter
Diffstat (limited to 'recipes-devtools/devregs/devregs_git.bb')
-rw-r--r--recipes-devtools/devregs/devregs_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/devregs/devregs_git.bb b/recipes-devtools/devregs/devregs_git.bb
index 7f158fd8f..59328ab31 100644
--- a/recipes-devtools/devregs/devregs_git.bb
+++ b/recipes-devtools/devregs/devregs_git.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL-1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924" 4LIC_FILES_CHKSUM = "file://COPYING;md5=5003fa041d799dd5dd5f646b74e36924"
5 5
6SRCREV = "d5f6223027f4d6ae71bd5d432f5611486e0e6074" 6SRCREV = "d5f6223027f4d6ae71bd5d432f5611486e0e6074"
7SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=http" 7SRC_URI = "git://github.com/boundarydevices/devregs.git;protocol=https;branch=master"
8 8
9PV = "1.0+${SRCPV}" 9PV = "1.0+${SRCPV}"
10 10