From 71cb56871d09ac827157992d87d4c11afff0a372 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Wed, 31 Jul 2019 23:56:23 +0300 Subject: meta-oe: Change some ftp:// URIs to http(s):// For glibmm this is done with the gnomebase class. Signed-off-by: Adrian Bunk Signed-off-by: Khem Raj --- meta-oe/recipes-support/lvm2/lvm2.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support/lvm2/lvm2.inc') diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index 8617f25cb9..ca409a6f1f 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12713b4d9386533feeb07d6e4831765a \ DEPENDS += "util-linux libaio" -SRC_URI = "ftp://sources.redhat.com/pub/lvm2/releases/LVM2.${PV}.tgz \ +SRC_URI = "https://sourceware.org/pub/lvm2/LVM2.${PV}.tgz \ file://lvm.conf \ file://0001-implement-libc-specific-reopen_stream.patch \ file://0002-Guard-use-of-mallinfo-with-__GLIBC__.patch \ -- cgit 1.2.3-korg