From 3a603a805ff3495ac9b8431acbf698757a28d32d Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Tue, 13 Jun 2017 17:29:53 +0300 Subject: grub: switch from ftp to https For the same reasons as Debian: https://www.debian.org/News/2017/20170425 Signed-off-by: Maxin B. John Signed-off-by: Richard Purdie --- meta/recipes-bsp/grub/grub2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index bb6ebddf57..da6aad2342 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc @@ -11,7 +11,7 @@ SECTION = "bootloaders" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -SRC_URI = "ftp://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ +SRC_URI = "https://ftp.gnu.org/gnu/grub/grub-${PV}.tar.gz \ file://0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch \ file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ file://autogen.sh-exclude-pc.patch \ -- cgit 1.2.3-korg