aboutsummaryrefslogtreecommitdiffstats
path: root/packages/rsync/rsync_3.0.0.bb
diff options
context:
space:
mode:
authorJunqian Gordon Xu <xjqian@gmail.com>2008-03-15 09:22:07 +0000
committerJunqian Gordon Xu <xjqian@gmail.com>2008-03-15 09:22:07 +0000
commitce7a865d4077ae52eeb01bdc339a8ee5dbc5af71 (patch)
treeef70eedcc193b30e554c0cd9e79e0bb420159772 /packages/rsync/rsync_3.0.0.bb
parentd50be7f3176b036238821522a32e9c4d3f805122 (diff)
downloadopenembedded-ce7a865d4077ae52eeb01bdc339a8ee5dbc5af71.tar.gz
rsync: add 3.0.0, fix 2.6.9 SRC_URI (close oebug 4020), unify
Diffstat (limited to 'packages/rsync/rsync_3.0.0.bb')
-rw-r--r--packages/rsync/rsync_3.0.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/rsync/rsync_3.0.0.bb b/packages/rsync/rsync_3.0.0.bb
new file mode 100644
index 0000000000..5e0ca18c46
--- /dev/null
+++ b/packages/rsync/rsync_3.0.0.bb
@@ -0,0 +1,13 @@
+require rsync.inc
+
+DEPENDS += "popt"
+
+PR = "r0"
+
+SRC_URI = "http://rsync.samba.org/ftp/rsync/rsync-${PV}.tar.gz \
+ file://m4.patch;patch=1 \
+ file://rsyncd.conf"
+
+do_compile_prepend() {
+ sed -i "s/conf_stop make_stop//" Makefile
+}