summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-02 13:17:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-03 15:25:55 +0100
commit7cc4c0e7665111616c7e8a1dc512b8d9022ca664 (patch)
treea614128926ec2fbab23a7e9d56470ff6df3800b4 /meta
parent22e1605ce45482c49d06a7c56a46b71f76955e31 (diff)
downloadopenembedded-core-7cc4c0e7665111616c7e8a1dc512b8d9022ca664.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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/logrotate/logrotate_3.16.0.bb7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-extended/logrotate/logrotate_3.16.0.bb b/meta/recipes-extended/logrotate/logrotate_3.16.0.bb
index 2b6ee0a19a..1c9df5a3ca 100644
--- a/meta/recipes-extended/logrotate/logrotate_3.16.0.bb
+++ b/meta/recipes-extended/logrotate/logrotate_3.16.0.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"