rsync: fix metadata

add homepage and bugtracker
update license

Signed-off-by: Qing He <qing.he@intel.com>
This commit is contained in:
Qing He 2010-07-01 16:52:24 +08:00 committed by Saul Wold
parent 4d160902f8
commit 912f5b12de
1 changed files with 5 additions and 1 deletions

View File

@ -1,8 +1,12 @@
LICENSE = "GPL"
DESCRIPTION = "A file-synchronization tool"
HOMEPAGE = "http://rsync.samba.org/"
BUGTRACKER = "http://rsync.samba.org/bugzilla.html"
SECTION = "console/network"
PRIORITY = "optional"
# GPLv2+ (<< 3.0.0), GPLv3+ (>= 3.0.0)
LICENSE = "GPLv2+"
SRC_URI = "http://rsync.samba.org/ftp/rsync/src/rsync-${PV}.tar.gz \
file://rsyncd.conf"