diff mbox series

[meta-networking] adcli: use https protocol for fetching

Message ID 20240113163720.965972-1-alperyasinak1@gmail.com
State Accepted
Headers show
Series [meta-networking] adcli: use https protocol for fetching | expand

Commit Message

Alper Ak Jan. 13, 2024, 4:37 p.m. UTC
Signed-off-by: alperak <alperyasinak1@gmail.com>
---
 meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb b/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb
index 609282394..c5dcccbac 100644
--- a/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb
+++ b/meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb
@@ -6,7 +6,7 @@  SECTION = "net"
 
 SRCREV = "8e88e3590a19006362ea8b8dfdc18bb88b3cb3b5"
 
-SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;branch=master"
+SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;protocol=https;branch=master"
 
 S = "${WORKDIR}/git"