]> code.ossystems Code Review - openembedded-core.git/commit
coreutils: fix to build with acl support
authorJackie Huang <jackie.huang@windriver.com>
Tue, 21 Aug 2012 07:43:00 +0000 (15:43 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Aug 2012 11:12:24 +0000 (12:12 +0100)
commitb30ef39cc26dd0b6ed08bd2b1a6394de6b540720
treed9680a8646b1b47e5a2212564ff5c76e0b3fa2b1
parent5d8ca498e09438bd91654fa8b8b2c970956d88e3
coreutils: fix to build with acl support

Fix the issue that coreutils was built without acl support:

configure: WARNING: libacl development library was not found or not usable.
configure: WARNING: GNU coreutils will be built without ACL support.

which will cause ls and cp commands don't have the ACL related behaviors:
ls -l: no plus sign(+) after the permission string for files that have ACL
cp -p: can not preserves the ACLs.

[YOCTO #2959]

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/coreutils/coreutils-6.9/coreutils-build-with-acl.patch [new file with mode: 0644]
meta/recipes-core/coreutils/coreutils-8.14/coreutils-build-with-acl.patch [new file with mode: 0644]
meta/recipes-core/coreutils/coreutils_6.9.bb
meta/recipes-core/coreutils/coreutils_8.14.bb