diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-11-09 17:00:15 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-11-12 11:32:47 +0530 |
| commit | 3b752bfb183522b351f9681011ffb5cc3f5cc86b (patch) | |
| tree | e97a9a02c1cbf21c37c4b5de21dc4f2716a498b2 | |
| parent | c20da5925bbfe831ad6176b4288735a89591cd4b (diff) | |
| download | meta-openembedded-3b752bfb183522b351f9681011ffb5cc3f5cc86b.tar.gz | |
consolation: fix SRC_URI protocol
Switch to https protocol to avoid fetching failures (anonymous fetching
with git protocol is not available anymore on this server).
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
| -rw-r--r-- | meta-oe/recipes-support/consolation/consolation_0.0.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/consolation/consolation_0.0.9.bb b/meta-oe/recipes-support/consolation/consolation_0.0.9.bb index 17981b6e9b..b7a27f3255 100644 --- a/meta-oe/recipes-support/consolation/consolation_0.0.9.bb +++ b/meta-oe/recipes-support/consolation/consolation_0.0.9.bb | |||
| @@ -14,7 +14,7 @@ DEPENDS = " \ | |||
| 14 | udev \ | 14 | udev \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | SRC_URI = "git://salsa.debian.org/consolation-team/consolation.git;branch=master" | 17 | SRC_URI = "git://salsa.debian.org/consolation-team/consolation.git;branch=master;protocol=https" |
| 18 | SRCREV = "5ef08f0cd6ede62de14de477b74fc3611108c676" | 18 | SRCREV = "5ef08f0cd6ede62de14de477b74fc3611108c676" |
| 19 | 19 | ||
| 20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
