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:16:23 +0100 |
commit | b0e5c8f6a5041010347f6b70e39e41886829d928 (patch) | |
tree | db558823d25ee7368253f53b3748ecf0066b819f | |
parent | cbf1708cf8d9fb8ace5520c9b6fec46c5fc9e9c8 (diff) | |
download | openembedded-core-b0e5c8f6a5041010347f6b70e39e41886829d928.tar.gz openembedded-core-b0e5c8f6a5041010347f6b70e39e41886829d928.tar.bz2 openembedded-core-b0e5c8f6a5041010347f6b70e39e41886829d928.zip |
logrotate: set downloadfilename
Otherwise, the filename is r3-9-1.tar.gz which isn't straightforward.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-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" 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 \ |