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:15:31 +0000 (12:15 +0100)
commitc9c462113fa05c230e0b7a73d8f35243b21ab21d
tree7a33efbe3c5ebaa3fe64cfa9b2304bf6bbbdebc7
parent2c6ff005046fe65eaf0ff155e6d1b883408e4633
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]

(From OE-Core rev: b30ef39cc26dd0b6ed08bd2b1a6394de6b540720)

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