From: Wenzong Fan <[email protected]> The tar_1.28.bb has defined this:
PACKAGECONFIG[acl] = "--with-posix-acls, --without-posix-acls, acl," Signed-off-by: Wenzong Fan <[email protected]> --- recipes-extended/tar/tar_%.bbappend | 6 ------ 1 file changed, 6 deletions(-) diff --git a/recipes-extended/tar/tar_%.bbappend b/recipes-extended/tar/tar_%.bbappend index 54c8a90..53d381e 100644 --- a/recipes-extended/tar/tar_%.bbappend +++ b/recipes-extended/tar/tar_%.bbappend @@ -2,10 +2,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" inherit with-selinux - PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)}" - -# configure has no acl enable/disable options! -# -PACKAGECONFIG[acl] = ",,acl," - -- 1.9.1 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
