mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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. (From OE-Core rev: 1016edcadb22c1655e1a902601118ec3c7332fea) Signed-off-by: Martin Ertsaas <mertsas@cisco.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
72dc770cd9
commit
1bb35c966e
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user