aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rsync
diff options
context:
space:
mode:
authorEvan Doiron <edoiron@cbnco.com>2009-08-25 12:24:08 -0400
committerMichael Smith <msmith@cbnco.com>2009-08-25 15:22:57 -0400
commit40cc71035c6149e0e36d9486ec9d6b7933619660 (patch)
tree0021fea827e225ca757dd129f6dbed727fb71b52 /recipes/rsync
parent728dd524726daf2810bb383b89a17d035cda45e7 (diff)
downloadopenembedded-40cc71035c6149e0e36d9486ec9d6b7933619660.tar.gz
rsync: add v3.0.6
Signed-off-by: Evan Doiron <edoiron@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Khem Raj <raj.khem@gmail.com>
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
+}