diff options
author | John Klug <john.klug@multitech.com> | 2022-03-31 11:54:03 -0500 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2022-03-31 11:54:35 -0500 |
commit | c2810d552b59048f620314b90a0e545078d3e4af (patch) | |
tree | e191cba9dac9684ba1ac51da03c29c5abb8e1e8f | |
parent | fde4f2a2ea3232a610fb80562bfd1a04cad558c4 (diff) | |
download | meta-mlinux-c2810d552b59048f620314b90a0e545078d3e4af.tar.gz meta-mlinux-c2810d552b59048f620314b90a0e545078d3e4af.tar.bz2 meta-mlinux-c2810d552b59048f620314b90a0e545078d3e4af.zip |
Remove gitlab from recipe
-rw-r--r-- | recipes-support/uxfp/uxfp-from-source_1.7.2-0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/uxfp/uxfp-from-source_1.7.2-0.bb b/recipes-support/uxfp/uxfp-from-source_1.7.2-0.bb index 64b9b01..f80d7f4 100644 --- a/recipes-support/uxfp/uxfp-from-source_1.7.2-0.bb +++ b/recipes-support/uxfp/uxfp-from-source_1.7.2-0.bb @@ -9,7 +9,7 @@ PR = "r1" SRCREV = "${PV}" SRC_URI = " \ - git://git@gitlab.multitech.net/vendor-code/uxfp.git;protocol=ssh;branch=master \ + git://git@${MTS_INTERNAL_GIT}/vendor-code/uxfp.git;protocol=ssh;branch=master \ file://0002-uxfp-add-param-syslog.patch \ " |