From 12e572b1024adca39a5e6ff0059f89c44b7fb925 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Fri, 26 Jun 2020 16:41:57 +0200 Subject: [PATCH] nmhw-fwupdate: Fetch sources from gitlab --- recipes-core/nmhw-fwupdate/nmhw-fwupdate.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/nmhw-fwupdate/nmhw-fwupdate.bb b/recipes-core/nmhw-fwupdate/nmhw-fwupdate.bb index e700257..3ee6aab 100644 --- a/recipes-core/nmhw-fwupdate/nmhw-fwupdate.bb +++ b/recipes-core/nmhw-fwupdate/nmhw-fwupdate.bb @@ -14,7 +14,7 @@ RDEPENDS_${PN} = " \ " SRC_URI = " \ - git://git.netmodule.intranet/nmos/nm-updater.git;user=gitea;protocol=ssh;user=gitea;protocol=ssh \ + git://gitlab.com/netmodule/tools/nmhw-fwupdate.git;user=git;protocol=ssh; \ " SRCREV = "${AUTOREV}"