summaryrefslogtreecommitdiffstats
path: root/meta
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:19:07 +0000
commit724cddaff5bb7fdf15d028e68e32e59201d0cb74 (patch)
tree4f01914139c6f57adc583ca2b81619c34d7f7bb7 /meta
parent9e10db5bdfe77c0ef2aff2f1cf89958b62c294a1 (diff)
downloadast2050-yocto-poky-724cddaff5bb7fdf15d028e68e32e59201d0cb74.zip
ast2050-yocto-poky-724cddaff5bb7fdf15d028e68e32e59201d0cb74.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. (From OE-Core rev: ab0bbeeb0b0f6c3c5c7298929cfee757d7bbb111) 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>
Diffstat (limited to 'meta')
-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 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
OpenPOWER on IntegriCloud