diff options
| author | Adrian Bunk <bunk@stusta.de> | 2019-07-31 23:56:23 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-08-02 18:04:41 -0700 |
| commit | 71cb56871d09ac827157992d87d4c11afff0a372 (patch) | |
| tree | 0ac9c8369c4afbcbd508c31f3ba10ea7f675941c /meta-oe/recipes-support | |
| parent | da88c383e55671bb652022e9133e559ca028d162 (diff) | |
| download | meta-openembedded-71cb56871d09ac827157992d87d4c11afff0a372.tar.gz | |
meta-oe: Change some ftp:// URIs to http(s)://
For glibmm this is done with the gnomebase class.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
| -rw-r--r-- | meta-oe/recipes-support/lvm2/lvm2.inc | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-support/tree/tree_1.7.0.bb | 2 |
3 files changed, 3 insertions, 3 deletions
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 \ | |||
| 7 | 7 | ||
| 8 | DEPENDS += "util-linux libaio" | 8 | DEPENDS += "util-linux libaio" |
| 9 | 9 | ||
| 10 | SRC_URI = "ftp://sources.redhat.com/pub/lvm2/releases/LVM2.${PV}.tgz \ | 10 | SRC_URI = "https://sourceware.org/pub/lvm2/LVM2.${PV}.tgz \ |
| 11 | file://lvm.conf \ | 11 | file://lvm.conf \ |
| 12 | file://0001-implement-libc-specific-reopen_stream.patch \ | 12 | file://0001-implement-libc-specific-reopen_stream.patch \ |
| 13 | file://0002-Guard-use-of-mallinfo-with-__GLIBC__.patch \ | 13 | file://0002-Guard-use-of-mallinfo-with-__GLIBC__.patch \ |
diff --git a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb index dca42676dc..8f39fde821 100644 --- a/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb +++ b/meta-oe/recipes-support/sharutils/sharutils_4.15.2.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | |||
| 6 | 6 | ||
| 7 | inherit gettext autotools | 7 | inherit gettext autotools |
| 8 | 8 | ||
| 9 | SRC_URI = "ftp://ftp.gnu.org/gnu/${BPN}/${BP}.tar.gz \ | 9 | SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz \ |
| 10 | file://0001-Fix-build-with-clang.patch \ | 10 | file://0001-Fix-build-with-clang.patch \ |
| 11 | file://CVE-2018-1000097.patch \ | 11 | file://CVE-2018-1000097.patch \ |
| 12 | " | 12 | " |
diff --git a/meta-oe/recipes-support/tree/tree_1.7.0.bb b/meta-oe/recipes-support/tree/tree_1.7.0.bb index 2e8ebdb4d9..5eff55263b 100644 --- a/meta-oe/recipes-support/tree/tree_1.7.0.bb +++ b/meta-oe/recipes-support/tree/tree_1.7.0.bb | |||
| @@ -4,7 +4,7 @@ SECTION = "console/utils" | |||
| 4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833" |
| 6 | 6 | ||
| 7 | SRC_URI = "ftp://mama.indstate.edu/linux/${BPN}/${BP}.tgz" | 7 | SRC_URI = "http://mama.indstate.edu/users/ice/tree/src/${BP}.tgz" |
| 8 | SRC_URI[md5sum] = "abe3e03e469c542d8e157cdd93f4d8a6" | 8 | SRC_URI[md5sum] = "abe3e03e469c542d8e157cdd93f4d8a6" |
| 9 | SRC_URI[sha256sum] = "6957c20e82561ac4231638996e74f4cfa4e6faabc5a2f511f0b4e3940e8f7b12" | 9 | SRC_URI[sha256sum] = "6957c20e82561ac4231638996e74f4cfa4e6faabc5a2f511f0b4e3940e8f7b12" |
| 10 | 10 | ||
