summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/rsync/rsync_3.0.6.bb10
2 files changed, 14 insertions, 0 deletions
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
+}