diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-04-17 02:49:27 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-19 10:18:43 +0100 |
commit | 99c6e89db193d572e845f95eabbd9ec89c3508c7 (patch) | |
tree | 5d139ac9dc267d4eafa0fb0fa153c68c2f4faa67 /meta/recipes-extended | |
parent | 0b11cfb57b9bb4198c5e9240196b366274ae998c (diff) | |
download | poky-99c6e89db193d572e845f95eabbd9ec89c3508c7.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/logrotate/logrotate_3.9.1.bb | 2 |
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" | |||
19 | 19 | ||
20 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" | 20 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/releases" |
21 | 21 | ||
22 | SRC_URI = "https://github.com/${BPN}/${BPN}/archive/r3-9-1.tar.gz \ | 22 | SRC_URI = "https://github.com/${BPN}/${BPN}/archive/r3-9-1.tar.gz;downloadfilename=${BP}.tar.gz\ |
23 | file://act-as-mv-when-rotate.patch \ | 23 | file://act-as-mv-when-rotate.patch \ |
24 | file://update-the-manual.patch \ | 24 | file://update-the-manual.patch \ |
25 | file://disable-check-different-filesystems.patch \ | 25 | file://disable-check-different-filesystems.patch \ |