summaryrefslogtreecommitdiff
path: root/meta/packages/rsync/rsync_3.0.7.bb
Commit message (Collapse)AuthorAgeFilesLines
* rsync: upgrade to version 3.0.7Qing He2010-07-161-0/+16
from 2.6.9 2.6.9 is also preserved as the last known GPL2 version changes: - 3.0.7 has some new change to the autotools scripts, it uses and configure.sh and checks its existence in Makefile, adapt this by adding do_configure_{prepend,append} - aclocal.m4 now also contains custom m4 macros, add acinclude.m4 in the files/ - add popt as build dependency. Besides, rsync can also link to libacl and libattr. Possibly need to add them in the future, for now, document the dependency Signed-off-by: Qing He <qing.he@intel.com>