summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Lu <Chong.Lu@windriver.com>2014-03-17 06:41:58 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-19 14:15:21 +0000
commitab0bbeeb0b0f6c3c5c7298929cfee757d7bbb111 (patch)
tree77ee41600d8fd5dcc15eedcba3d3ba01e53227db
parentf43139adceaf8039d5347dea0a116dc5923b24c1 (diff)
downloadopenembedded-core-ab0bbeeb0b0f6c3c5c7298929cfee757d7bbb111.tar.gz
tar: add knob whether acl.h are checked
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> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-extended/tar/tar.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/tar/tar.inc b/meta/recipes-extended/tar/tar.inc
index 358384a2b2..30a1373fef 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