From: Holger Schurig Date: Mon, 4 Apr 2005 10:27:55 +0000 (+0000) Subject: fix compilation of rsync X-Git-Tag: Release-2010-05/1~14526 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fee458caa167eecd4fe1349d44df382a1dc8e5b0;p=openembedded.git fix compilation of rsync BKrev: 425116abGLtuPOoA_RQsrh87vbhexA --- diff --git a/packages/rsync/rsync_2.6.4.bb b/packages/rsync/rsync_2.6.4.bb index e69de29bb2..5f1ce7d4d3 100644 --- a/packages/rsync/rsync_2.6.4.bb +++ b/packages/rsync/rsync_2.6.4.bb @@ -0,0 +1,11 @@ +LICENSE = GPL +DESCRIPTION = "A file-synchronization tool" +SECTION = "console/network" +PRIORITY = "optional" +MAINTAINER = "Chris Larson " + +SRC_URI = "http://rsync.samba.org/ftp/rsync/rsync-${PV}.tar.gz" + +inherit autotools + +EXTRA_OEMAKE='STRIP=""'