* [PATCH] rsync: Add md5sum and sha256sum for the rsync_2.6.9
@ 2012-09-06 13:59 Martin Ertsaas
2012-09-06 19:03 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Martin Ertsaas @ 2012-09-06 13:59 UTC (permalink / raw)
To: openembedded-core
rsync_2.6.9 is the only rsync recipe in openembedded without GPLv3 license, but it lacked the
checksums for the fetcher.
---
meta/recipes-devtools/rsync/rsync_2.6.9.bb | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/meta/recipes-devtools/rsync/rsync_2.6.9.bb b/meta/recipes-devtools/rsync/rsync_2.6.9.bb
index 54feada..8c8b115 100644
--- a/meta/recipes-devtools/rsync/rsync_2.6.9.bb
+++ b/meta/recipes-devtools/rsync/rsync_2.6.9.bb
@@ -10,6 +10,9 @@ SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz \
file://rsync-2.6.9-fname-obo.patch \
file://rsyncd.conf"
+SRC_URI[md5sum] = "996d8d8831dbca17910094e56dcb5942"
+SRC_URI[sha256sum] = "ca437301becd890e73300bc69a39189ff1564baa761948ff149b3dd7bde633f9"
+
inherit autotools
do_install_append() {
--
1.7.8.6
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] rsync: Add md5sum and sha256sum for the rsync_2.6.9
2012-09-06 13:59 [PATCH] rsync: Add md5sum and sha256sum for the rsync_2.6.9 Martin Ertsaas
@ 2012-09-06 19:03 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-09-06 19:03 UTC (permalink / raw)
To: Martin Ertsaas; +Cc: openembedded-core
On 09/06/2012 06:59 AM, Martin Ertsaas wrote:
> rsync_2.6.9 is the only rsync recipe in openembedded without GPLv3 license, but it lacked the
> checksums for the fetcher.
> ---
> meta/recipes-devtools/rsync/rsync_2.6.9.bb | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/meta/recipes-devtools/rsync/rsync_2.6.9.bb b/meta/recipes-devtools/rsync/rsync_2.6.9.bb
> index 54feada..8c8b115 100644
> --- a/meta/recipes-devtools/rsync/rsync_2.6.9.bb
> +++ b/meta/recipes-devtools/rsync/rsync_2.6.9.bb
> @@ -10,6 +10,9 @@ SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz \
> file://rsync-2.6.9-fname-obo.patch \
> file://rsyncd.conf"
>
> +SRC_URI[md5sum] = "996d8d8831dbca17910094e56dcb5942"
> +SRC_URI[sha256sum] = "ca437301becd890e73300bc69a39189ff1564baa761948ff149b3dd7bde633f9"
> +
> inherit autotools
>
> do_install_append() {
>
It's a good fix, but you need a Signed-off-by: in the commit message please.
Thanks
Sau!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-06 19:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 13:59 [PATCH] rsync: Add md5sum and sha256sum for the rsync_2.6.9 Martin Ertsaas
2012-09-06 19:03 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox