]> code.ossystems Code Review - openembedded-core.git/commit
coreutils: fix problem with acl for 6.9 version
authorChen Qi <Qi.Chen@windriver.com>
Tue, 16 Feb 2016 07:06:05 +0000 (15:06 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Feb 2016 07:39:20 +0000 (07:39 +0000)
commita9004ff3f8de83d22d9159a9f103e2773e927a0b
tree242d3af3ac2ce59005da96dd1b6851730d2ebef1
parenta0d444a2e3e1b6b095f30b7fe1c9cfd8bce5a845
coreutils: fix problem with acl for 6.9 version

If 'acl' is not in DISTRO_FEATURES, building coreutils 6.9 would sometimes
fail. The problem could be reproduced by executing the following command.

`bitbake acl && bitbake coreutils -c configure && bitbake acl -c cleansstate
&& bitbake coreutils -c compile'

Fix this problem by setting the correct value for the 'acl' PACKAGECONFIG.

[YOCTO #8906]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/coreutils/coreutils-6.9/coreutils-build-with-acl.patch [deleted file]
meta/recipes-core/coreutils/coreutils_6.9.bb