logrotate: set downloadfilename

Otherwise, the filename is r3-9-1.tar.gz which isn't straightforward.

(From OE-Core rev: b0e5c8f6a5041010347f6b70e39e41886829d928)

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>
This commit is contained in:
Robert Yang
2017-04-17 02:49:27 -07:00
committed by Richard Purdie
parent 0b11cfb57b
commit 99c6e89db1

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 \
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 \