]> code.ossystems Code Review - openembedded-core.git/commit
rsync: backport libattr checking patch
authorSergiy Kibrik <sakib@meta.ua>
Thu, 17 Sep 2015 13:08:02 +0000 (16:08 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 30 Jan 2016 12:01:43 +0000 (12:01 +0000)
commit576f63c50badd54b47cdda42a6466bb18984958d
treec5e8fb48868f71321bd31949e13d666ba58c11b2
parentfb3e73fb2536b718dfce0e7b126f75464b9874aa
rsync: backport libattr checking patch

Add check_libattr.patch to version 3.1.0 recipe, which checks
and includes libattr to linker, otherwise rsync may fail to build
with linker error below (as -lattr option gets omitted):

[..]
lib/sysxattrs.o: undefined reference to symbol 'llistxattr@@ATTR_1.0'
[..]/lib/libattr.so.1: error adding symbols: DSO missing from command line

Signed-off-by: Sergiy Kibrik <sakib@meta.ua>
Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/recipes-devtools/rsync/files/check_libattr.patch [new file with mode: 0644]
meta/recipes-devtools/rsync/rsync_3.1.0.bb