diff options
| author | Fabio Estevam <festevam@denx.de> | 2023-11-03 17:11:22 -0300 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-01-05 07:52:01 -0500 |
| commit | 831f95bbf72d239fe753029aa3ac5c18736f2471 (patch) | |
| tree | 98e4e60a0347ea55cb0a81f0708f16960f777d33 | |
| parent | 1750c66ae8e4268c472c0b2b94748a59d6ef866d (diff) | |
| download | meta-openembedded-831f95bbf72d239fe753029aa3ac5c18736f2471.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>
(cherry picked from commit 4f69d8c19880dc5e8d078c68206eebbc8781e49b)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-devtools/openocd/openocd_git.bb | 2 |
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" | |||
| 7 | SRC_URI = " \ | 7 | SRC_URI = " \ |
| 8 | git://repo.or.cz/openocd.git;protocol=http;name=openocd;branch=master \ | 8 | git://repo.or.cz/openocd.git;protocol=http;name=openocd;branch=master \ |
| 9 | git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl;branch=master \ | 9 | git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl;branch=master \ |
| 10 | git://github.com/msteveb/jimtcl.git;protocol=http;destsuffix=git/jimtcl;name=jimtcl;branch=master \ | 10 | git://github.com/msteveb/jimtcl.git;protocol=https;destsuffix=git/jimtcl;name=jimtcl;branch=master \ |
| 11 | git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=git/src/jtag/drivers/libjaylink;name=libjaylink;branch=master \ | 11 | git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=git/src/jtag/drivers/libjaylink;name=libjaylink;branch=master \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
