]> code.ossystems Code Review - openembedded-core.git/commitdiff
rsync: Add md5sum and sha256sum for the rsync_2.6.9
authorMartin Ertsaas <mertsas@cisco.com>
Fri, 7 Sep 2012 05:59:30 +0000 (07:59 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Sep 2012 10:38:44 +0000 (11:38 +0100)
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@cisco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/rsync/rsync_2.6.9.bb

index 54feadad7122f8f4a8e003b17bb2ba5961d6fdc6..8c8b115ed677f576a92ef82bf9de8d672701ec35 100644 (file)
@@ -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() {