| Submitter | jackie huang |
|---|---|
| Date | Aug. 21, 2012, 7:42 a.m. |
| Message ID | <cover.1345534679.git.jackie.huang@windriver.com> |
| Download | mbox |
| Permalink | /patch/35045/ |
| State | New |
| Headers | show |
Pull-request
git://git.pokylinux.org/poky-contrib jhuang0/bug2959_acl_0821Comments
On 08/21/2012 12:42 AM, jackie.huang@windriver.com wrote: > From: Jackie Huang <jackie.huang@windriver.com> > > 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> > --- > The following changes since commit 04568d1f18250d531aad5d286157d2d559083520: > > qemu: Fix broken accidental path move (2012-08-20 17:25:21 +0100) > > are available in the git repository at: > git://git.pokylinux.org/poky-contrib jhuang0/bug2959_acl_0821 > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/bug2959_acl_0821 > > Jackie Huang (1): > coreutils: fix to build with acl support > > .../coreutils-6.9/coreutils-build-with-acl.patch | 28 ++++++++++++++++++++ > .../coreutils-8.14/coreutils-build-with-acl.patch | 28 ++++++++++++++++++++ > meta/recipes-core/coreutils/coreutils_6.9.bb | 1 + > meta/recipes-core/coreutils/coreutils_8.14.bb | 1 + > 4 files changed, 58 insertions(+), 0 deletions(-) > create mode 100644 meta/recipes-core/coreutils/coreutils-6.9/coreutils-build-with-acl.patch > create mode 100644 meta/recipes-core/coreutils/coreutils-8.14/coreutils-build-with-acl.patch > Merged into OE-Core Please remember to add PR Bumps for recipe changes. Thanks Sau!