diff options
author | John Klug <john.klug@multitech.com> | 2022-09-27 13:20:25 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-09-27 13:41:13 -0500 |
commit | 15a55cdd6d2154a547f065e10abc8a54407e3e92 (patch) | |
tree | 369c00b42588cd58b50dc9696fe75b6d4809d1ba /recipes-examples/multitech | |
parent | 2b9320531c20b8c39ed691d1ec8094a39d38366c (diff) | |
download | meta-mlinux-15a55cdd6d2154a547f065e10abc8a54407e3e92.tar.gz meta-mlinux-15a55cdd6d2154a547f065e10abc8a54407e3e92.tar.bz2 meta-mlinux-15a55cdd6d2154a547f065e10abc8a54407e3e92.zip |
Convert meta-mlinux from insecure git to https
Diffstat (limited to 'recipes-examples/multitech')
-rw-r--r-- | recipes-examples/multitech/helloworld-autotools_1.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-examples/multitech/helloworld-autotools_1.0.0.bb b/recipes-examples/multitech/helloworld-autotools_1.0.0.bb index 8b2eafb..9cf3d77 100644 --- a/recipes-examples/multitech/helloworld-autotools_1.0.0.bb +++ b/recipes-examples/multitech/helloworld-autotools_1.0.0.bb @@ -6,7 +6,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" PR = "r0" -SRC_URI = "git://git.multitech.net/helloworld-autotools.git;protocol=git;tag=1.0.0" +SRC_URI = "git://git.multitech.net/cgit/helloworld-autotools.git;protocol=https;tag=1.0.0" S = "${WORKDIR}/git" inherit autotools |