summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralperak <alperyasinak1@gmail.com>2024-01-13 19:37:20 +0300
committerKhem Raj <raj.khem@gmail.com>2024-01-13 09:08:39 -0800
commitc74cdd43f37f8c5709250e88489dbd1870544568 (patch)
tree9718d52ad4807a0cbea514d6383482af579559fb
parentac49a0988710a0b69a888aa797e5d54ad7a08a98 (diff)
downloadmeta-openembedded-c74cdd43f37f8c5709250e88489dbd1870544568.tar.gz
adcli: use https protocol for fetching
Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/adcli/adcli_0.9.2.bb2
1 files changed, 1 insertions, 1 deletions
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 6092823944..c5dcccbac5 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"
6 6
7SRCREV = "8e88e3590a19006362ea8b8dfdc18bb88b3cb3b5" 7SRCREV = "8e88e3590a19006362ea8b8dfdc18bb88b3cb3b5"
8 8
9SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;branch=master" 9SRC_URI = "git://gitlab.freedesktop.org/realmd/adcli;protocol=https;branch=master"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12