* [PATCH 0/1] tar: add knob whether acl.h are checked
@ 2014-03-17 6:41 Chong Lu
2014-03-17 6:41 ` [PATCH 1/1] " Chong Lu
0 siblings, 1 reply; 2+ messages in thread
From: Chong Lu @ 2014-03-17 6:41 UTC (permalink / raw)
To: openembedded-core
The following changes since commit e665de5500ab1b44fd59dab897c736c62f487ff2:
bitbake: bitbake: cooker: some IMAGE_FEATURES not recognized (2014-03-14 07:25:40 -0700)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib chonglu/tar
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/tar
Chong Lu (1):
tar: add knob whether acl.h are checked
meta/recipes-extended/tar/tar.inc | 2 ++
1 file changed, 2 insertions(+)
--
1.8.1.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] tar: add knob whether acl.h are checked
2014-03-17 6:41 [PATCH 0/1] tar: add knob whether acl.h are checked Chong Lu
@ 2014-03-17 6:41 ` Chong Lu
0 siblings, 0 replies; 2+ messages in thread
From: Chong Lu @ 2014-03-17 6:41 UTC (permalink / raw)
To: openembedded-core
Previously, it still was checked when there was no sys/acl.h in sysroots directory.
Add knob to decide whether acl.h are checked or not.
Fixed by using PACKAGECONFIG to check acl, with default disabled set.
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
meta/recipes-extended/tar/tar.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-extended/tar/tar.inc b/meta/recipes-extended/tar/tar.inc
index 358384a..30a1373 100644
--- a/meta/recipes-extended/tar/tar.inc
+++ b/meta/recipes-extended/tar/tar.inc
@@ -26,6 +26,8 @@ do_install_extra () {
PACKAGES =+ "${PN}-rmt"
+PACKAGECONFIG[acl] = "--with-posix-acls, --without-posix-acls, acl,"
+
FILES_${PN}-rmt = "${base_sbindir}/rmt*"
inherit update-alternatives
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-17 6:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-17 6:41 [PATCH 0/1] tar: add knob whether acl.h are checked Chong Lu
2014-03-17 6:41 ` [PATCH 1/1] " Chong Lu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox