diff options
-rw-r--r-- | recipes-bsp/multitech/mtac-lora_1.1.7.bb (renamed from recipes-bsp/multitech/mtac-lora_1.1.5.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mtac-lora_1.1.5.bb b/recipes-bsp/multitech/mtac-lora_1.1.7.bb index fda4f5c..447eb6e 100644 --- a/recipes-bsp/multitech/mtac-lora_1.1.5.bb +++ b/recipes-bsp/multitech/mtac-lora_1.1.7.bb @@ -17,8 +17,9 @@ PR = "${INC_PR}.1" PKGR = "${PR}${KERNEL_MODULE_PACKAGE_SUFFIX}${EXTENDPRAUTO}" SRC_URI = " \ - git://git.multitech.net/mtac-lora.git;protocol=git;branch=master \ + git://git@gitlab.multitech.net/mirrors/mtac-lora;protocol=ssh;branch=master \ " + S = "${WORKDIR}/git" inherit module |