rsync: Update SRC_URI for 2.6.7 and add 2.6.8. Closes bug# 947.
authorJamie Lenehan <lenehan@twibble.org>
Sat, 27 May 2006 23:04:46 +0000 (23:04 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 27 May 2006 23:04:46 +0000 (23:04 +0000)
packages/rsync/rsync_2.6.7.bb
packages/rsync/rsync_2.6.8.bb [new file with mode: 0644]

index 421dc76..e349a6e 100644 (file)
@@ -4,8 +4,8 @@ SECTION = "console/network"
 PRIORITY = "optional"
 PR = "r1"
 
-SRC_URI = "http://rsync.samba.org/ftp/rsync/rsync-${PV}.tar.gz \
-file://rsyncd.conf"
+SRC_URI = "http://rsync.samba.org/ftp/rsync/old-versions/rsync-${PV}.tar.gz \
+           file://rsyncd.conf"
 
 inherit autotools
 
diff --git a/packages/rsync/rsync_2.6.8.bb b/packages/rsync/rsync_2.6.8.bb
new file mode 100644 (file)
index 0000000..78e2d6e
--- /dev/null
@@ -0,0 +1,17 @@
+LICENSE = "GPL"
+DESCRIPTION = "A file-synchronization tool"
+SECTION = "console/network"
+PRIORITY = "optional"
+PR = "r0"
+
+SRC_URI = "http://rsync.samba.org/ftp/rsync/rsync-${PV}.tar.gz \
+           file://rsyncd.conf"
+
+inherit autotools
+
+do_install_append() {
+       install -d ${D}/etc
+       install -m 0644 ${WORKDIR}/rsyncd.conf ${D}/etc
+}
+               
+EXTRA_OEMAKE='STRIP=""'