summaryrefslogtreecommitdiff
path: root/recipes/rsync
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/rsync')
-rw-r--r--recipes/rsync/rsync_3.0.6.bb10
1 files changed, 10 insertions, 0 deletions
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
+}