aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-09-16 15:01:36 +0200
committerOliver Smith <osmith@sysmocom.de>2022-09-16 15:23:32 +0200
commit9f58c9aeb5ce8b23f06a6b43e1c686df28e33d86 (patch)
tree41f351ef292a079434117700acf91905434b5c2d /recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
parent71d4865653c05559f0f8e34823ac6403928c8724 (diff)
git clones: protocol=git -> protocol=https
Also fix dead URLs pointing to git.misdn.eu and git.linphone.org. Related: SYS#6022 Change-Id: I482f2eea21dce569b1d30e2e7be2e606cf969e0e
Diffstat (limited to 'recipes-osmocom/osmo-pcap/osmo-pcap_git.bb')
-rw-r--r--recipes-osmocom/osmo-pcap/osmo-pcap_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb b/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
index 79595dd..a59cc7b 100644
--- a/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
+++ b/recipes-osmocom/osmo-pcap/osmo-pcap_git.bb
@@ -2,6 +2,6 @@ require ${PN}.inc
S = "${WORKDIR}/git"
SRCREV = "0.4.0"
-SRC_URI = "git://git.osmocom.org/osmo-pcap.git;protocol=git;tag=${SRCREV};nobranch=1"
+SRC_URI = "git://git.osmocom.org/osmo-pcap.git;protocol=https;tag=${SRCREV};nobranch=1"
PV = "0.4.0+gitr${SRCPV}"
PR = "${INC_PR}.0"