diff options
author | Martin Ertsaas <mertsas@cisco.com> | 2012-09-07 07:59:30 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-07 12:10:39 +0100 |
commit | 1bb35c966eaba6ac931c3aff992a05c31ddf4c32 (patch) | |
tree | d777337865eb709bcc0883f7499601fdb574e188 /meta/recipes-devtools/rsync/rsync_2.6.9.bb | |
parent | 72dc770cd926988b045cfff92ab30c89d6a417c1 (diff) | |
download | poky-1bb35c966eaba6ac931c3aff992a05c31ddf4c32.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/rsync/rsync_2.6.9.bb')
-rw-r--r-- | 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 54feadad71..8c8b115ed6 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 \ | |||
10 | file://rsync-2.6.9-fname-obo.patch \ | 10 | file://rsync-2.6.9-fname-obo.patch \ |
11 | file://rsyncd.conf" | 11 | file://rsyncd.conf" |
12 | 12 | ||
13 | SRC_URI[md5sum] = "996d8d8831dbca17910094e56dcb5942" | ||
14 | SRC_URI[sha256sum] = "ca437301becd890e73300bc69a39189ff1564baa761948ff149b3dd7bde633f9" | ||
15 | |||
13 | inherit autotools | 16 | inherit autotools |
14 | 17 | ||
15 | do_install_append() { | 18 | do_install_append() { |