diff options
author | John Klug <john.klug@multitech.com> | 2019-01-10 12:47:30 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-01-10 12:47:30 -0600 |
commit | 72a330a51f0eafde0296173ca9e8b514c94e3d38 (patch) | |
tree | e202461253e5029f00bd86f56bc22eb55cc4e8a3 | |
parent | 7eccc0d9be154db1b4a97aa12c675739415b486f (diff) | |
download | meta-multitech-72a330a51f0eafde0296173ca9e8b514c94e3d38.tar.gz meta-multitech-72a330a51f0eafde0296173ca9e8b514c94e3d38.tar.bz2 meta-multitech-72a330a51f0eafde0296173ca9e8b514c94e3d38.zip |
mtac driver needs gitlab on the Linux4 branch
-rw-r--r-- | recipes-bsp/multitech/mtac_4.0.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/multitech/mtac_4.0.0.bb b/recipes-bsp/multitech/mtac_4.0.0.bb index e6038a9..a617572 100644 --- a/recipes-bsp/multitech/mtac_4.0.0.bb +++ b/recipes-bsp/multitech/mtac_4.0.0.bb @@ -12,7 +12,7 @@ SRCREV = "${PV}" PR = "${INC_PR}.0-${MLINUX_KERNEL_VERSION}${MLINUX_KERNEL_EXTRA_VERSION}" SRC_URI = " \ - git://git.multitech.net/mtac.git;protocol=git \ + git://git@gitlab.multitech.net/mirrors/mtac.git;protocol=ssh;branch=Linux4 \ " S = "${WORKDIR}/git" |