fix compilation of rsync
authorHolger Schurig <schurig@mn-solutions.de>
Mon, 4 Apr 2005 10:27:55 +0000 (10:27 +0000)
committerHolger Schurig <schurig@mn-solutions.de>
Mon, 4 Apr 2005 10:27:55 +0000 (10:27 +0000)
BKrev: 425116abGLtuPOoA_RQsrh87vbhexA

packages/rsync/rsync_2.6.4.bb

index e69de29..5f1ce7d 100644 (file)
@@ -0,0 +1,11 @@
+LICENSE = GPL
+DESCRIPTION = "A file-synchronization tool"
+SECTION = "console/network"
+PRIORITY = "optional"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+
+SRC_URI = "http://rsync.samba.org/ftp/rsync/rsync-${PV}.tar.gz"
+
+inherit autotools
+
+EXTRA_OEMAKE='STRIP=""'