aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2017-04-17 02:49:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-19 10:16:23 +0100
commitb0e5c8f6a5041010347f6b70e39e41886829d928 (patch)
treedb558823d25ee7368253f53b3748ecf0066b819f
parentcbf1708cf8d9fb8ace5520c9b6fec46c5fc9e9c8 (diff)
downloadopenembedded-core-contrib-b0e5c8f6a5041010347f6b70e39e41886829d928.tar.gz
logrotate: set downloadfilename
Otherwise, the filename is r3-9-1.tar.gz which isn't straightforward. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-extended/logrotate/logrotate_3.9.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/logrotate/logrotate_3.9.1.bb b/meta/recipes-extended/logrotate/logrotate_3.9.1.bb
index c938d9f65e..3773170bcb 100644
--- a/meta/recipes-extended/logrotate/logrotate_3.9.1.bb
+++ b/meta/recipes-extended/logrotate/logrotate_3.9.1.bb
@@ -19,7 +19,7 @@ S = "${WORKDIR}/${BPN}-r3-9-1"
UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases"
-SRC_URI = "https://github.com/${BPN}/${BPN}/archive/r3-9-1.tar.gz \
+SRC_URI = "https://github.com/${BPN}/${BPN}/archive/r3-9-1.tar.gz;downloadfilename=${BP}.tar.gz\
file://act-as-mv-when-rotate.patch \
file://update-the-manual.patch \
file://disable-check-different-filesystems.patch \