From: Evan Doiron Date: Tue, 25 Aug 2009 16:24:08 +0000 (-0400) Subject: rsync: add v3.0.6 X-Git-Tag: Release-2010-05/1~2613^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40cc71035c6149e0e36d9486ec9d6b7933619660;p=openembedded.git rsync: add v3.0.6 Signed-off-by: Evan Doiron Signed-off-by: Michael Smith Acked-by: Khem Raj --- diff --git a/conf/checksums.ini b/conf/checksums.ini index ab8b320cb5..46ac3884cc 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -21722,6 +21722,10 @@ sha256=17697db5bb9de399b71f7927070f60b3554b70b0ecc0419b50455d56560ea169 md5=2122d460b4119749c6e5993938a9b501 sha256=17697db5bb9de399b71f7927070f60b3554b70b0ecc0419b50455d56560ea169 +[http://rsync.samba.org/ftp/rsync/src/rsync-3.0.6.tar.gz] +md5=e9865d093a18e4668b9d31b635dc8e99 +sha256=33cc969364cb66b3e345fa7db2c651a8e07de0e58743ec03899c4ba86953e1b3 + [http://downloads.sourceforge.net/nogravity/rt-nogravity-data.zip] md5=c7536e907363ea1da63430b49e42931d sha256=d7d5a3d17f492049fceb2b9ea22c4c2af7243506219d83f7005b77ae410add29 diff --git a/recipes/rsync/rsync_3.0.6.bb b/recipes/rsync/rsync_3.0.6.bb new file mode 100644 index 0000000000..f2a8eee3fb --- /dev/null +++ b/recipes/rsync/rsync_3.0.6.bb @@ -0,0 +1,10 @@ +require rsync.inc + +SRC_URI += "\ + file://m4.patch;patch=1 \ + file://rsyncd.conf \ +" +# The source tarball from 3.0.6 seems to need this +do_configure_append(){ + oe_runmake reconfigure +}