From f79cb5d445583d9b683a3e0978fa93c7db9b7b9b Mon Sep 17 00:00:00 2001 From: Bastian Krause Date: Tue, 10 Jun 2025 15:07:16 +0200 Subject: [PATCH] canutils: use https instead of git protocol The git server at git.pengutronix.de no longer supports the git protocol, so switch to https. Signed-off-by: Bastian Krause Signed-off-by: Armin Kuster --- meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb index ab4710e81f..6989531c81 100644 --- a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb +++ b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "libsocketcan" SRCREV = "299dff7f5322bf0348dcdd60071958ebedf5f09d" -SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git;branch=master \ +SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=https;branch=master \ file://0001-canutils-candump-Add-error-frame-s-handling.patch \ "