diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-07-27 10:05:26 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-27 10:05:26 +0000 |
commit | 1c58a321e42af440ce535b75a0a59cb80061a263 (patch) | |
tree | 8b2a872fe0a62d8e738f5ec68eca8f268a8f2b62 /packages/rsync | |
parent | 4e2f6d4ebf9a8a2df0c658956f60ac97cec481b3 (diff) | |
parent | 2d649f22130c452e4ef9fe5f9236ebaaac7baef1 (diff) |
propagate from branch 'org.openembedded.dev' (head 2182f4fd95a6710ef27fa9552c518496e5d0794b)
to branch 'org.openembedded.nslu2-linux' (head 27bac774dfd8e7b262b8120dab6106b37e100bc0)
Diffstat (limited to 'packages/rsync')
-rw-r--r-- | packages/rsync/rsync_2.6.6.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/rsync/rsync_2.6.6.bb b/packages/rsync/rsync_2.6.6.bb new file mode 100644 index 0000000000..064e924789 --- /dev/null +++ b/packages/rsync/rsync_2.6.6.bb @@ -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=""' |