diff options
author | John Klug <john.klug@multitech.com> | 2022-08-25 11:02:01 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-08-25 11:02:01 -0500 |
commit | 34df7d3eea8b16d89ab3417ab42cc21a1ad7a6d7 (patch) | |
tree | 7446200ce21129ebf36bc0c26fb6ca7126661fa9 /recipes-bsp/multitech/mtac-eth_2.0.0.bb | |
parent | 6e24203ac851b8729237f49cf546c605d872ac6a (diff) | |
download | meta-multitech-34df7d3eea8b16d89ab3417ab42cc21a1ad7a6d7.tar.gz meta-multitech-34df7d3eea8b16d89ab3417ab42cc21a1ad7a6d7.tar.bz2 meta-multitech-34df7d3eea8b16d89ab3417ab42cc21a1ad7a6d7.zip |
Add cgit to the git.multitech.net path
Diffstat (limited to 'recipes-bsp/multitech/mtac-eth_2.0.0.bb')
-rw-r--r-- | recipes-bsp/multitech/mtac-eth_2.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mtac-eth_2.0.0.bb b/recipes-bsp/multitech/mtac-eth_2.0.0.bb index 6ad2ff6..3b1afe0 100644 --- a/recipes-bsp/multitech/mtac-eth_2.0.0.bb +++ b/recipes-bsp/multitech/mtac-eth_2.0.0.bb @@ -17,7 +17,7 @@ PR = "${INC_PR}.1" PKGR = "${PR}${KERNEL_MODULE_PACKAGE_SUFFIX}${EXTENDPRAUTO}" SRC_URI = " \ - git://git.multitech.net/mtac-eth.git;protocol=https;branch=master \ + git://git.multitech.net/cgit/mtac-eth.git;protocol=https;branch=master \ " S = "${WORKDIR}/git" |