Revert "logrotate: set downloadfilename"

Sadly this breaks previous OE releases as it means the source mirror contains a
tarball with the same name but different checksums as was previously available.

This reverts commit 99c6e89db1.

(From OE-Core rev: eb4fee616287ae731f7af52e0fe5fc81f2eea2c0)

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-04-20 17:06:54 +01:00 committed by Richard Purdie
parent a9268f9ac2
commit 4f462ee588
1 changed files with 1 additions and 1 deletions

View File

@ -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;downloadfilename=${BP}.tar.gz\
SRC_URI = "https://github.com/${BPN}/${BPN}/archive/r3-9-1.tar.gz \
file://act-as-mv-when-rotate.patch \
file://update-the-manual.patch \
file://disable-check-different-filesystems.patch \