[LEDE-DEV] [PATCH] telephony: Use https instead of git

Alexey Brodkin Alexey.Brodkin at synopsys.com
Wed Feb 15 02:13:29 PST 2017


From: Alexey Brodkin <Alexey.Brodkin at synopsys.com>

On some [especially corporate] networks non-standard ports are blocked
and git is one of them. So switch to more convenient https transport.

Signed-off-by: Alexey Brodkin <Alexey.Brodkin at synopsys.com>
---
 net/rtpproxy/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/rtpproxy/Makefile b/net/rtpproxy/Makefile
index 7b4fe90e9dc5..6f1e796b0502 100644
--- a/net/rtpproxy/Makefile
+++ b/net/rtpproxy/Makefile
@@ -12,7 +12,7 @@ PKG_VERSION:=2.0.0
 PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=git://github.com/sippy/rtpproxy.git
+PKG_SOURCE_URL:=https://github.com/sippy/rtpproxy.git
 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE_VERSION:=d5926892630139bcbe55d1f3fa36764c881648bc
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
-- 
2.7.4




More information about the Lede-dev mailing list