From f085b5552fad3e297a3008835a438446b3ee9f9d Mon Sep 17 00:00:00 2001 From: Suru Dissanaike Date: Wed, 15 Apr 2020 14:26:30 +0000 Subject: [PATCH] PKG_SOURCE_URL should use HTTPS (cherry picked from commit 70c394db7c42a268de04d20efaf1f54e6c02a15d) --- endptmngr/Makefile | 2 +- natalie-dect/Makefile | 2 +- uboot/Makefile | 2 +- voicesec/Makefile | 2 +- wifilife/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/endptmngr/Makefile b/endptmngr/Makefile index e90dcfb42..6d8c6efc2 100644 --- a/endptmngr/Makefile +++ b/endptmngr/Makefile @@ -19,7 +19,7 @@ PKG_SOURCE_URL:=http://download.iopsys.eu/iopsys/opensdk/ PKG_NAME:=endptmngr-open PATCH_DIR:= else -PKG_SOURCE_URL:=git@dev.iopsys.eu:iopsys/endptmngr +PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/endptmngr.git PKG_SOURCE_PROTO:=git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_NAME:=endptmngr diff --git a/natalie-dect/Makefile b/natalie-dect/Makefile index 3cb354889..48f24e392 100644 --- a/natalie-dect/Makefile +++ b/natalie-dect/Makefile @@ -15,7 +15,7 @@ PKG_SOURCE_URL:=http://download.iopsys.eu/iopsys/opensdk/ PKG_NAME:=natalie-dect-open else PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_SOURCE_URL:=git@dev.iopsys.eu:dialog/natalie-dect-12.26 +PKG_SOURCE_URL:=https://dev.iopsys.eu/dialog/natalie-dect-12.26.git PKG_SOURCE_PROTO:=git endif diff --git a/uboot/Makefile b/uboot/Makefile index 7b67ef719..8d43f34aa 100644 --- a/uboot/Makefile +++ b/uboot/Makefile @@ -16,7 +16,7 @@ PKG_VERSION:=2016.08 PKG_SOURCE_PROTO:=git ifdef CONFIG_TARGET_intel_mips -PKG_SOURCE_URL:=git@dev.iopsys.eu:intel/uboot.git +PKG_SOURCE_URL:=https://dev.iopsys.eu/intel/uboot.git PKG_SOURCE_VERSION:=feed838bd1bfeeb57a9afb93b4d704971f423d92 else PKG_SOURCE_URL:=https://dev.iopsys.eu/fork/uboot.git diff --git a/voicesec/Makefile b/voicesec/Makefile index 299a61205..1faf1748f 100644 --- a/voicesec/Makefile +++ b/voicesec/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=voicesec PKG_VERSION:=1.0 -PKG_SOURCE_URL:=git@dev.iopsys.eu:iopsys/voicesec.git +PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/voicesec.git PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=661c0091e579e284712aeed892e921cc84a6f0bb PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) diff --git a/wifilife/Makefile b/wifilife/Makefile index c7a1f2f36..eab7715f7 100644 --- a/wifilife/Makefile +++ b/wifilife/Makefile @@ -19,7 +19,7 @@ PKG_SOURCE_URL:=http://download.iopsys.eu/iopsys/opensdk/ PKG_SOURCE:=$(PKG_NAME)-$(TARGET_PROD)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz else PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git@dev.iopsys.eu:iopsys/wifilife.git +PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/wifilife.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz endif