From: <jackie.huang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Cc: Zhenfeng.Zhao@windriver.com
Subject: [PATCH 0/1] coreutils: fix to build with acl support
Date: Tue, 21 Aug 2012 15:42:59 +0800 [thread overview]
Message-ID: <cover.1345534679.git.jackie.huang@windriver.com> (raw)
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
--
1.7.4
next reply other threads:[~2012-08-21 7:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-21 7:42 jackie.huang [this message]
2012-08-21 7:43 ` [PATCH 1/1] coreutils: fix to build with acl support jackie.huang
2012-08-21 15:46 ` [PATCH 0/1] " Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1345534679.git.jackie.huang@windriver.com \
--to=jackie.huang@windriver.com \
--cc=Zhenfeng.Zhao@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.