diff options
| author | John Klug <john.klug@multitech.com> | 2022-08-25 18:27:15 -0500 |
|---|---|---|
| committer | John Klug <john.klug@multitech.com> | 2022-08-25 18:27:15 -0500 |
| commit | 67c5678a972497a7a25102c41ec281e969b7dbf2 (patch) | |
| tree | c88e2a0ea339755c3eb1a45cbdb3553b1059c17d | |
| parent | 34df7d3eea8b16d89ab3417ab42cc21a1ad7a6d7 (diff) | |
| download | meta-multitech-67c5678a972497a7a25102c41ec281e969b7dbf2.tar.gz meta-multitech-67c5678a972497a7a25102c41ec281e969b7dbf2.tar.bz2 meta-multitech-67c5678a972497a7a25102c41ec281e969b7dbf2.zip | |
Use https for source retrieval for mtac-xdot
| -rw-r--r-- | recipes-bsp/multitech/mtac-xdot_2.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mtac-xdot_2.0.0.bb b/recipes-bsp/multitech/mtac-xdot_2.0.0.bb index 17eed20..bcaa753 100644 --- a/recipes-bsp/multitech/mtac-xdot_2.0.0.bb +++ b/recipes-bsp/multitech/mtac-xdot_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-xdot.git;protocol=https;branch=master \ + git://git.multitech.net/cgit/mtac-xdot.git;protocol=https;branch=master \ file://xdot-util \ " S = "${WORKDIR}/git" |
