summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2013-09-05 09:51:36 -0700
committerJoe MacDonald <joe@deserted.net>2013-10-02 10:02:58 -0400
commita4c5b95607c3a39e9c53cc008a64c3ec909bf671 (patch)
tree078164e8d3ffdb6a2d748b5b0fdc3851856de61d
parent443b867216019e34d4153bf115b5f07e4a1cc268 (diff)
downloadmeta-selinux-a4c5b95607c3a39e9c53cc008a64c3ec909bf671.tar.gz
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>
-rw-r--r--recipes-extended/tar/tar_1.26.bbappend10
1 files changed, 9 insertions, 1 deletions
diff --git a/recipes-extended/tar/tar_1.26.bbappend b/recipes-extended/tar/tar_1.26.bbappend
index 4b971c5..2aad7a5 100644
--- a/recipes-extended/tar/tar_1.26.bbappend
+++ b/recipes-extended/tar/tar_1.26.bbappend
@@ -1,7 +1,15 @@
1PR .= ".2" 1PR .= ".3"
2 2
3FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 3FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
4 4
5SRC_URI += "file://tar-1.24-xattrs.patch" 5SRC_URI += "file://tar-1.24-xattrs.patch"
6 6
7inherit enable-selinux 7inherit enable-selinux
8
9
10PACKAGECONFIG += "${@base_contains('DISTRO_FEATURES', 'acl', 'acl', '', d)}"
11
12# configure has no acl enable/disable options!
13#
14PACKAGECONFIG[acl] = ",,acl,"
15