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:02 +0100 |
commit | eb4fee616287ae731f7af52e0fe5fc81f2eea2c0 (patch) | |
tree | 869fdfbe5866d41df331fbb45eefcc56dcf6a313 /meta/recipes-extended/logrotate | |
parent | 7fe8bb9c736eadbd1201c008e57527cee9de9a71 (diff) | |
download | openembedded-core-eb4fee616287ae731f7af52e0fe5fc81f2eea2c0.tar.gz openembedded-core-eb4fee616287ae731f7af52e0fe5fc81f2eea2c0.tar.bz2 openembedded-core-eb4fee616287ae731f7af52e0fe5fc81f2eea2c0.zip |
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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
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" 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 \ |