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-extended/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-extended/multitech')
-rw-r--r-- | recipes-extended/multitech/sms-utils.inc | 2 | ||||
-rw-r--r-- | recipes-extended/multitech/venus-gps_0.1.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/multitech/sms-utils.inc b/recipes-extended/multitech/sms-utils.inc index 5a13eff..5343ada 100644 --- a/recipes-extended/multitech/sms-utils.inc +++ b/recipes-extended/multitech/sms-utils.inc @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "libesmtp libyaml" SRCREV = "${PV}" -SRC_URI = "git://git.multitech.net/sms-utils.git;protocol=git" +SRC_URI = "git://git.multitech.net/cgit/sms-utils.git;protocol=https" S = "${WORKDIR}/git" inherit autotools-brokensep diff --git a/recipes-extended/multitech/venus-gps_0.1.0.bb b/recipes-extended/multitech/venus-gps_0.1.0.bb index 55d7325..7bad829 100644 --- a/recipes-extended/multitech/venus-gps_0.1.0.bb +++ b/recipes-extended/multitech/venus-gps_0.1.0.bb @@ -6,7 +6,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" PR = "r1" -SRC_URI = "git://git.multitech.net/venus-gps.git;protocol=git;tag=${PV} \ +SRC_URI = "git://git.multitech.net/cgit/venus-gps.git;protocol=https;tag=${PV} \ file://fix_nmea_intervals.patch \ " S = "${WORKDIR}/git" |