* [PATCH 0/1] logrotate: set downloadfilename @ 2017-04-17 9:49 Robert Yang 2017-04-17 9:49 ` [PATCH 1/1] " Robert Yang 0 siblings, 1 reply; 2+ messages in thread From: Robert Yang @ 2017-04-17 9:49 UTC (permalink / raw) To: openembedded-core The following changes since commit ba2884f6ad3a4e746fc80cbd707f83fa8abd4210: oe-run-native: print more error messages (2017-04-14 10:26:10 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/logrotate http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/logrotate Robert Yang (1): logrotate: set downloadfilename meta/recipes-extended/logrotate/logrotate_3.9.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.10.2 ^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] logrotate: set downloadfilename 2017-04-17 9:49 [PATCH 0/1] logrotate: set downloadfilename Robert Yang @ 2017-04-17 9:49 ` Robert Yang 0 siblings, 0 replies; 2+ messages in thread From: Robert Yang @ 2017-04-17 9:49 UTC (permalink / raw) To: openembedded-core Otherwise, the filename is r3-9-1.tar.gz which isn't straightforward. Signed-off-by: Robert Yang <liezhi.yang@windriver.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 c938d9f..3773170 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 \ -- 2.10.2 ^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-04-17 9:49 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-04-17 9:49 [PATCH 0/1] logrotate: set downloadfilename Robert Yang 2017-04-17 9:49 ` [PATCH 1/1] " Robert Yang
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox