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:15:21 +0000 |
commit | ab0bbeeb0b0f6c3c5c7298929cfee757d7bbb111 (patch) | |
tree | 77ee41600d8fd5dcc15eedcba3d3ba01e53227db /meta/recipes-extended/tar | |
parent | f43139adceaf8039d5347dea0a116dc5923b24c1 (diff) | |
download | openembedded-core-contrib-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>
Diffstat (limited to 'meta/recipes-extended/tar')
-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 358384a2b2a..30a1373fef7 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 |