diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-11-14 01:58:47 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-21 13:06:13 +0000 |
commit | 57ea1ecab71dbda2c648d2357ebc00ea132ae859 (patch) | |
tree | ce0d0164f805ff510998392088f1a9efa04e217f /meta/recipes-extended/logrotate | |
parent | 87761211a9afd95c34f368569f3a06e64d3abc01 (diff) | |
download | poky-57ea1ecab71dbda2c648d2357ebc00ea132ae859.tar.gz |
logrotate: 3.12.3 -> 3.13.0
(From OE-Core rev: bd6bd5f8773459a3671e39925eb5891c0ae74367)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
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.13.0.bb (renamed from meta/recipes-extended/logrotate/logrotate_3.12.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/logrotate/logrotate_3.12.3.bb b/meta/recipes-extended/logrotate/logrotate_3.13.0.bb index 620b2087cc..990cf9178b 100644 --- a/meta/recipes-extended/logrotate/logrotate_3.12.3.bb +++ b/meta/recipes-extended/logrotate/logrotate_3.13.0.bb | |||
@@ -25,8 +25,8 @@ SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.xz | |||
25 | file://disable-check-different-filesystems.patch \ | 25 | file://disable-check-different-filesystems.patch \ |
26 | " | 26 | " |
27 | 27 | ||
28 | SRC_URI[md5sum] = "a560c57fac87c45b2fc17406cdf79288" | 28 | SRC_URI[md5sum] = "78ef24d6fddcc4df8e412dd75c551b4c" |
29 | SRC_URI[sha256sum] = "2e6a401cac9024db2288297e3be1a8ab60e7401ba8e91225218aaf4a27e82a07" | 29 | SRC_URI[sha256sum] = "3222ca032f99be8d7a4a8c6ad69f3dcc49b9511bfe384bd5a271ebcd9bd3e52c" |
30 | 30 | ||
31 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)}" | 31 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'acl selinux', d)}" |
32 | 32 | ||