mirror of
git://git.yoctoproject.org/meta-selinux
synced 2026-01-01 13:58:04 +00:00
tar: add acl dependency information
If acl is a distro feature, we want to depend on it. Note that without the xattrs patch, tar cannot deal with acl information. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
parent
443b867216
commit
a4c5b95607
|
|
@ -1,7 +1,15 @@
|
|||
PR .= ".2"
|
||||
PR .= ".3"
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI += "file://tar-1.24-xattrs.patch"
|
||||
|
||||
inherit enable-selinux
|
||||
|
||||
|
||||
PACKAGECONFIG += "${@base_contains('DISTRO_FEATURES', 'acl', 'acl', '', d)}"
|
||||
|
||||
# configure has no acl enable/disable options!
|
||||
#
|
||||
PACKAGECONFIG[acl] = ",,acl,"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user