diff options
author | Ross Burton <ross.burton@intel.com> | 2017-04-20 17:06:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-21 08:22:08 +0100 |
commit | 4f462ee588fc6a681e314a1890c00476e61cc1f3 (patch) | |
tree | 5cad815b1c621252db071bbc5ff8a5a457e1b54f /meta/recipes-extended/logrotate | |
parent | a9268f9ac21414b9853c26b4f2ba467549ca04a5 (diff) | |
download | poky-4f462ee588fc6a681e314a1890c00476e61cc1f3.tar.gz |
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 99c6e89db193d572e845f95eabbd9ec89c3508c7.
(From OE-Core rev: eb4fee616287ae731f7af52e0fe5fc81f2eea2c0)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/logrotate')
-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 3773170bcb..c938d9f65e 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;downloadfilename=${BP}.tar.gz\ | 22 | SRC_URI = "https://github.com/${BPN}/${BPN}/archive/r3-9-1.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 \ |