[oe-commits] [openembedded-core] 02/05: Revert "logrotate: set downloadfilename"

git at git.openembedded.org git at git.openembedded.org
Fri Apr 21 07:22:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit eb4fee616287ae731f7af52e0fe5fc81f2eea2c0
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Apr 20 17:06:54 2017 +0100

    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 at intel.com>
---
 meta/recipes-extended/logrotate/logrotate_3.9.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/logrotate/logrotate_3.9.1.bb b/meta/recipes-extended/logrotate/logrotate_3.9.1.bb
index 3773170..c938d9f 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list