From e514acda9e12bccde6d3974e0fd1a37b3837191a Mon Sep 17 00:00:00 2001 From: Stefan Müller-Klieser Date: Mon, 25 Nov 2019 22:54:19 +0100 Subject: recipes: change SRC_URI to use https MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change all recipes to https where we get an http 301 permanent redirect. Signed-off-by: Stefan Müller-Klieser Signed-off-by: Richard Purdie --- meta/recipes-devtools/patchelf/patchelf_0.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/patchelf') diff --git a/meta/recipes-devtools/patchelf/patchelf_0.10.bb b/meta/recipes-devtools/patchelf/patchelf_0.10.bb index 580108e8b8..cc983e033a 100644 --- a/meta/recipes-devtools/patchelf/patchelf_0.10.bb +++ b/meta/recipes-devtools/patchelf/patchelf_0.10.bb @@ -1,4 +1,4 @@ -SRC_URI = "http://nixos.org/releases/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.bz2 \ +SRC_URI = "https://nixos.org/releases/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.bz2 \ file://handle-read-only-files.patch \ file://fix-adjusting-startPage.patch \ " -- cgit 1.2.3-korg