diff options
author | Ross Burton <ross.burton@intel.com> | 2017-09-15 11:41:35 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-18 11:07:30 +0100 |
commit | 0cb9aabd2fed9a30a649d8cfef2538c481f4cbce (patch) | |
tree | c379a740750d4774792fb1027503eb5388e6ae06 /meta/recipes-extended/logrotate | |
parent | aac45a3516150b26413aa74d7ad0d9ca6c6c8cc5 (diff) | |
download | poky-0cb9aabd2fed9a30a649d8cfef2538c481f4cbce.tar.gz |
logrotate: use stable download URL
GitHub automatically-generated tarballs from tags can and do change over time,
so change logrotate to use the uploaded tarball.
(From OE-Core rev: ff1ef935087ca66559c983ba38bf951f174c7115)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/logrotate')
-rw-r--r-- | meta/recipes-extended/logrotate/logrotate_3.12.3.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/logrotate/logrotate_3.12.3.bb b/meta/recipes-extended/logrotate/logrotate_3.12.3.bb index 05c2ef1c28..620b2087cc 100644 --- a/meta/recipes-extended/logrotate/logrotate_3.12.3.bb +++ b/meta/recipes-extended/logrotate/logrotate_3.12.3.bb | |||
@@ -19,14 +19,14 @@ S = "${WORKDIR}/${BPN}-${PV}" | |||
19 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" | 19 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" |
20 | UPSTREAM_CHECK_REGEX = "logrotate-(?P<pver>\d+(\.\d+)+).tar" | 20 | UPSTREAM_CHECK_REGEX = "logrotate-(?P<pver>\d+(\.\d+)+).tar" |
21 | 21 | ||
22 | SRC_URI = "https://github.com/${BPN}/${BPN}/archive/${PV}.tar.gz \ | 22 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz \ |
23 | file://act-as-mv-when-rotate.patch \ | 23 | file://act-as-mv-when-rotate.patch \ |
24 | file://update-the-manual.patch \ | 24 | file://update-the-manual.patch \ |
25 | file://disable-check-different-filesystems.patch \ | 25 | file://disable-check-different-filesystems.patch \ |
26 | " | 26 | " |
27 | 27 | ||
28 | SRC_URI[md5sum] = "d1c41bdf63b9993c8e4e8b48a7bd5b8b" | 28 | SRC_URI[md5sum] = "a560c57fac87c45b2fc17406cdf79288" |
29 | SRC_URI[sha256sum] = "683ccb7fff74082471aa6bd9e962ae7a3f4d55eea7df41fd97aa12ec6f55e657" | 29 | SRC_URI[sha256sum] = "2e6a401cac9024db2288297e3be1a8ab60e7401ba8e91225218aaf4a27e82a07" |
30 | 30 | ||
31 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)}" | 31 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)}" |
32 | 32 | ||