mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
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:
committed by
Richard Purdie
parent
0b11cfb57b
commit
99c6e89db1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user