diff options
author | Chong Lu <Chong.Lu@windriver.com> | 2014-03-17 06:41:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-19 14:19:07 +0000 |
commit | 724cddaff5bb7fdf15d028e68e32e59201d0cb74 (patch) | |
tree | 4f01914139c6f57adc583ca2b81619c34d7f7bb7 | |
parent | 9e10db5bdfe77c0ef2aff2f1cf89958b62c294a1 (diff) | |
download | 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>
-rw-r--r-- | meta/recipes-extended/tar/tar.inc | 2 |
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 () { | |||
26 | 26 | ||
27 | PACKAGES =+ "${PN}-rmt" | 27 | PACKAGES =+ "${PN}-rmt" |
28 | 28 | ||
29 | PACKAGECONFIG[acl] = "--with-posix-acls, --without-posix-acls, acl," | ||
30 | |||
29 | FILES_${PN}-rmt = "${base_sbindir}/rmt*" | 31 | FILES_${PN}-rmt = "${base_sbindir}/rmt*" |
30 | 32 | ||
31 | inherit update-alternatives | 33 | inherit update-alternatives |