From 9027d38b10f0a07633f767f271e4ef37211848ad Mon Sep 17 00:00:00 2001 From: Marc Mattmueller Date: Thu, 28 Jul 2022 11:15:37 +0200 Subject: [PATCH] sys-mon: set public gitlab as default URL BugzID: 80085 Signed-off-by: Marc Mattmueller --- recipes-tools/sys-mon/sys-mon_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-tools/sys-mon/sys-mon_git.bb b/recipes-tools/sys-mon/sys-mon_git.bb index 7d27960..5f435dd 100644 --- a/recipes-tools/sys-mon/sys-mon_git.bb +++ b/recipes-tools/sys-mon/sys-mon_git.bb @@ -3,7 +3,7 @@ SECTION = "base" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=bde2a6343527f4ace81c3fb4ca0d2742" -SRC_URI = "git://gitlab.netmodule.intranet/oem-linux/tools/sys-mon.git;protocol=ssh;user=git;branch=develop" +SRC_URI = "git://gitlab.com/netmodule/tools/sys-mon.git;protocol=ssh;user=git;branch=develop" SRCREV ?= "dbdbc1e31816239586b4706d962a16feb77bd1cf" PV = "0.0.1+git${SRCPV}"