summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/logrotate
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-02 13:17:56 +0100
committerSteve Sakoman <steve@sakoman.com>2020-06-09 05:39:30 -1000
commit3f8f1385428a2057610dca71e9f122c922df5202 (patch)
tree3bdefe45a00ac3406267edee73fe43665c1fb595 /meta/recipes-extended/logrotate
parent5a16ed258e9da39c66874b3ee1e5b52a8ea2dae9 (diff)
downloadopenembedded-core-contrib-3f8f1385428a2057610dca71e9f122c922df5202.tar.gz
logrotate: Drop obsolete setting/comment
The comment applies to an old version and the WORKDIR setting matches the default so drop it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 7cc4c0e7665111616c7e8a1dc512b8d9022ca664) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-extended/logrotate')
-rw-r--r--meta/recipes-extended/logrotate/logrotate_3.15.1.bb7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-extended/logrotate/logrotate_3.15.1.bb b/meta/recipes-extended/logrotate/logrotate_3.15.1.bb
index 7c7d51b39e..17f4bf4617 100644
--- a/meta/recipes-extended/logrotate/logrotate_3.15.1.bb
+++ b/meta/recipes-extended/logrotate/logrotate_3.15.1.bb
@@ -9,13 +9,6 @@ DEPENDS="coreutils popt"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-# When updating logrotate to latest upstream, SRC_URI should point to
-# a proper release tarball from https://github.com/logrotate/logrotate/releases
-# and we have to take the snapshot for now because there is no such
-# tarball available for 3.9.1.
-
-S = "${WORKDIR}/${BPN}-${PV}"
-
UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
UPSTREAM_CHECK_REGEX = "logrotate-(?P<pver>\d+(\.\d+)+).tar"