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
diff --git a/recipes-misc/bcg729/bcg729_git.bb b/recipes-misc/bcg729/bcg729_git.bb
index 27b2b75..cfd5bec 100644
--- a/recipes-misc/bcg729/bcg729_git.bb
+++ b/recipes-misc/bcg729/bcg729_git.bb
@@ -3,7 +3,7 @@
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
 
-SRC_URI = "git://git.linphone.org/bcg729.git"
+SRC_URI = "git://gitlab.linphone.org/BC/public/bcg729.git;protocol=https"
 SRCREV = "2e36a5d4bc6e992c654eee6b0a8db729da7b1d31"
 PV = "0+gitr${SRCPV}"