diff options
| author | Bastian Krause <bst@pengutronix.de> | 2025-06-10 14:55:11 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-11 16:11:57 -0700 |
| commit | e1b4a4d594292e3c6e678eb5aeca27690eb3c9be (patch) | |
| tree | 39750e0747032f4f8146b5768dd5564fa192ed91 /meta-oe | |
| parent | 6dcd76f35301ec0490d312a71a9553f93bee085f (diff) | |
| download | meta-openembedded-e1b4a4d594292e3c6e678eb5aeca27690eb3c9be.tar.gz | |
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 <bst@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" | |||
| 8 | DEPENDS = "libsocketcan" | 8 | DEPENDS = "libsocketcan" |
| 9 | 9 | ||
| 10 | SRCREV = "299dff7f5322bf0348dcdd60071958ebedf5f09d" | 10 | SRCREV = "299dff7f5322bf0348dcdd60071958ebedf5f09d" |
| 11 | SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git;branch=master \ | 11 | SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=https;branch=master \ |
| 12 | file://0001-canutils-candump-Add-error-frame-s-handling.patch \ | 12 | file://0001-canutils-candump-Add-error-frame-s-handling.patch \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
