]> code.ossystems Code Review - openembedded-core.git/commit
rsync: upgrade to version 3.0.7
authorQing He <qing.he@intel.com>
Tue, 6 Jul 2010 08:56:06 +0000 (16:56 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 16 Jul 2010 15:25:17 +0000 (16:25 +0100)
commit549a171917447103dece54e9e9a3be16fe547905
treeb712380760f05db3295e3079b5e02fb1ec00c6fe
parentdd05d05044017fb46b70f46503c76212aa606a9e
rsync: upgrade to version 3.0.7

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>
meta/packages/rsync/files/acinclude.m4 [new file with mode: 0644]
meta/packages/rsync/rsync.inc [new file with mode: 0644]
meta/packages/rsync/rsync_2.6.9.bb
meta/packages/rsync/rsync_3.0.7.bb [new file with mode: 0644]