[oe-commits] Martin Ertsaas : rsync: Add md5sum and sha256sum for the rsync_2.6.9

git at git.openembedded.org git at git.openembedded.org
Fri Sep 7 10:45:18 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 1016edcadb22c1655e1a902601118ec3c7332fea
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1016edcadb22c1655e1a902601118ec3c7332fea

Author: Martin Ertsaas <mertsas at cisco.com>
Date:   Fri Sep  7 07:59:30 2012 +0200

rsync: Add md5sum and sha256sum for the rsync_2.6.9

rsync_2.6.9 is the only rsync recipe in openembedded without GPLv3 license, but it lacked the
checksums for the fetcher.

Signed-off-by: Martin Ertsaas <mertsas at cisco.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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() {





More information about the Openembedded-commits mailing list