From a4c5b95607c3a39e9c53cc008a64c3ec909bf671 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Thu, 5 Sep 2013 09:51:36 -0700 Subject: 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 Signed-off-by: Joe MacDonald --- recipes-extended/tar/tar_1.26.bbappend | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 @@ -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," + -- cgit v1.2.3-54-g00ecf