1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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>
This commit is contained in:
Ross Burton
2017-09-15 11:41:35 +01:00
committed by Richard Purdie
parent aac45a3516
commit 0cb9aabd2f
@@ -19,14 +19,14 @@ S = "${WORKDIR}/${BPN}-${PV}"
UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
UPSTREAM_CHECK_REGEX = "logrotate-(?P<pver>\d+(\.\d+)+).tar" UPSTREAM_CHECK_REGEX = "logrotate-(?P<pver>\d+(\.\d+)+).tar"
SRC_URI = "https://github.com/${BPN}/${BPN}/archive/${PV}.tar.gz \ SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz \
file://act-as-mv-when-rotate.patch \ file://act-as-mv-when-rotate.patch \
file://update-the-manual.patch \ file://update-the-manual.patch \
file://disable-check-different-filesystems.patch \ file://disable-check-different-filesystems.patch \
" "
SRC_URI[md5sum] = "d1c41bdf63b9993c8e4e8b48a7bd5b8b" SRC_URI[md5sum] = "a560c57fac87c45b2fc17406cdf79288"
SRC_URI[sha256sum] = "683ccb7fff74082471aa6bd9e962ae7a3f4d55eea7df41fd97aa12ec6f55e657" SRC_URI[sha256sum] = "2e6a401cac9024db2288297e3be1a8ab60e7401ba8e91225218aaf4a27e82a07"
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)}" PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)}"