diff options
Diffstat (limited to 'recipes-extended')
-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" |