aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rsync/rsync_3.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/rsync/rsync_3.0.0.bb')
-rw-r--r--recipes/rsync/rsync_3.0.0.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/rsync/rsync_3.0.0.bb b/recipes/rsync/rsync_3.0.0.bb
new file mode 100644
index 0000000000..cd8a986f8f
--- /dev/null
+++ b/recipes/rsync/rsync_3.0.0.bb
@@ -0,0 +1,12 @@
+require rsync.inc
+
+PR = "r1"
+
+SRC_URI += "\
+ file://m4.patch;patch=1 \
+ file://rsyncd.conf \
+"
+
+do_compile_prepend() {
+ sed -i "s/conf_stop make_stop//" Makefile
+}