diff options
author | John Klug <john.klug@multitech.com> | 2022-08-25 10:02:46 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-08-25 10:02:46 -0500 |
commit | 6e24203ac851b8729237f49cf546c605d872ac6a (patch) | |
tree | e44d39f5e18b013e21dbceb204176e24014fe739 /recipes-bsp/multitech/mtac_4.1.5.bb | |
parent | ded5f2d0de75fe8fcbcd97342c44238ece5d8346 (diff) | |
download | meta-multitech-6e24203ac851b8729237f49cf546c605d872ac6a.tar.gz meta-multitech-6e24203ac851b8729237f49cf546c605d872ac6a.tar.bz2 meta-multitech-6e24203ac851b8729237f49cf546c605d872ac6a.zip |
Use https for source retrieval
Diffstat (limited to 'recipes-bsp/multitech/mtac_4.1.5.bb')
-rw-r--r-- | recipes-bsp/multitech/mtac_4.1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mtac_4.1.5.bb b/recipes-bsp/multitech/mtac_4.1.5.bb index 7206f3f..59e01ec 100644 --- a/recipes-bsp/multitech/mtac_4.1.5.bb +++ b/recipes-bsp/multitech/mtac_4.1.5.bb @@ -19,7 +19,7 @@ PR = "${INC_PR}.2" PKGR = "${PR}${KERNEL_MODULE_PACKAGE_SUFFIX}${EXTENDPRAUTO}" SRC_URI = " \ - git://git.multitech.net/mtac.git;protocol=git;branch=master \ + git://git.multitech.net/mtac.git;protocol=https;branch=master \ " S = "${WORKDIR}/git" |