git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
966cbdf
)
fix compilation of rsync
author
Holger Schurig
<schurig@mn-solutions.de>
Mon, 4 Apr 2005 10:27:55 +0000
(10:27 +0000)
committer
Holger 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
patch
|
blob
|
history
diff --git
a/packages/rsync/rsync_2.6.4.bb
b/packages/rsync/rsync_2.6.4.bb
index
e69de29
..
5f1ce7d
100644
(file)
--- 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 <kergoth@handhelds.org>"
+
+SRC_URI = "http://rsync.samba.org/ftp/rsync/rsync-${PV}.tar.gz"
+
+inherit autotools
+
+EXTRA_OEMAKE='STRIP=""'