| Submitter | Martin Ertsaas |
|---|---|
| Date | Sept. 7, 2012, 5:59 a.m. |
| Message ID | <1346997570-23066-1-git-send-email-mertsas@cisco.com> |
| Download | mbox | patch |
| Permalink | /patch/36095/ |
| State | New |
| Headers | show |
Comments
On Fri, 2012-09-07 at 07:59 +0200, 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. > > Signed-off-by: Martin Ertsaas <mertsas@cisco.com> > --- > meta/recipes-devtools/rsync/rsync_2.6.9.bb | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) Merged to master, thanks. Richard
Patch
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() {
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> --- meta/recipes-devtools/rsync/rsync_2.6.9.bb | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)