From 12a7183a324063bc0c663de03f1d687356689f06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20H=C3=B6glund?= Date: Wed, 27 Apr 2016 14:30:28 +0200 Subject: [PATCH] Fix ice-client download method --- ice-client/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ice-client/Makefile b/ice-client/Makefile index d6c861808..cf86f743b 100644 --- a/ice-client/Makefile +++ b/ice-client/Makefile @@ -30,7 +30,8 @@ PKG_SOURCE_URL:=http://iopsys.inteno.se/iopsys/consumer/ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) #PKG_NAME:=ice-client-open else -PKG_SOURCE_URL:=ssh://git@private.inteno.se/ice-client.git +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL:=git@private.inteno.se:ice-client.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(BASE_PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(BASE_PKG_VERSION)-$(PKG_RELEASE).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BASE_PKG_VERSION)