aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/openocd/openocd_git.bb
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-11-03 17:11:22 -0300
committerKhem Raj <raj.khem@gmail.com>2023-11-03 15:07:16 -0700
commit4f69d8c19880dc5e8d078c68206eebbc8781e49b (patch)
treecc2179d42147c922bf7cf770490d3cdc08d7e598 /meta-oe/recipes-devtools/openocd/openocd_git.bb
parent8e218355e96b473d51ef35b6981d506cfda7bcbc (diff)
downloadmeta-openembedded-contrib-4f69d8c19880dc5e8d078c68206eebbc8781e49b.tar.gz
openocd: Use https for github
Per convert-srcuri.py script, github repos should be accessed via https. Change it accordingly. Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/openocd/openocd_git.bb')
-rw-r--r--meta-oe/recipes-devtools/openocd/openocd_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/openocd/openocd_git.bb b/meta-oe/recipes-devtools/openocd/openocd_git.bb
index d30d9c3466..19ef987387 100644
--- a/meta-oe/recipes-devtools/openocd/openocd_git.bb
+++ b/meta-oe/recipes-devtools/openocd/openocd_git.bb
@@ -7,7 +7,7 @@ RDEPENDS:${PN} = "libusb1"
SRC_URI = " \
git://repo.or.cz/openocd.git;protocol=http;name=openocd;branch=master \
git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl;branch=master \
- git://github.com/msteveb/jimtcl.git;protocol=http;destsuffix=git/jimtcl;name=jimtcl;branch=master \
+ git://github.com/msteveb/jimtcl.git;protocol=https;destsuffix=git/jimtcl;name=jimtcl;branch=master \
git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=git/src/jtag/drivers/libjaylink;name=libjaylink;branch=master \
"