From: Alexander Kanavin Date: Mon, 8 Jun 2020 07:46:57 +0000 (+0200) Subject: init-system-helpers: use https for fetching X-Git-Tag: uninative-2.9~514 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=97da539d49de979c9a303a5ecda09515d188673e;p=openembedded-core.git init-system-helpers: use https for fetching git:// protocol seems to be down. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/initscripts/init-system-helpers_1.57.bb b/meta/recipes-core/initscripts/init-system-helpers_1.57.bb index 46f5bbf442..e41ac21a28 100644 --- a/meta/recipes-core/initscripts/init-system-helpers_1.57.bb +++ b/meta/recipes-core/initscripts/init-system-helpers_1.57.bb @@ -17,7 +17,7 @@ LICENSE = "BSD-3-Clause & GPLv2" LIC_FILES_CHKSUM = "file://debian/copyright;md5=ee2b1830fcfead84d07bc060ec43e072" SRCREV = "760c625ec0e1ffebec2e391d891d389da0f65726" -SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git" +SRC_URI = "git://salsa.debian.org/debian/init-system-helpers.git;protocol=https" S = "${WORKDIR}/git"