diff options
author | John Klug <john.klug@multitech.com> | 2019-01-10 12:47:30 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 11:22:01 -0500 |
commit | 60d26fb8a505861422527569d1db774b8b4e0bcf (patch) | |
tree | e202461253e5029f00bd86f56bc22eb55cc4e8a3 | |
parent | f9087dae7d82a7a2e53c9f92943cd3b4a43e6f14 (diff) | |
download | meta-multitech-60d26fb8a505861422527569d1db774b8b4e0bcf.tar.gz meta-multitech-60d26fb8a505861422527569d1db774b8b4e0bcf.tar.bz2 meta-multitech-60d26fb8a505861422527569d1db774b8b4e0bcf.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" |