From: Andre McCurdy Date: Thu, 26 Apr 2018 17:49:41 +0000 (-0700) Subject: tar: control acl PACKAGECONFIG based on acl distro feature X-Git-Tag: uninative-2.0~131 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fa8f3bda2680d9890ff6d2bc0ce9737a4d40b4f7;p=openembedded-core.git tar: control acl PACKAGECONFIG based on acl distro feature Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/tar/tar_1.30.bb b/meta/recipes-extended/tar/tar_1.30.bb index 3f31622c1d..bd24f4762f 100644 --- a/meta/recipes-extended/tar/tar_1.30.bb +++ b/meta/recipes-extended/tar/tar_1.30.bb @@ -17,6 +17,8 @@ SRC_URI[sha256sum] = "87592b86cb037c554375f5868bdd3cc57748aef38d6cb741c81065f0be inherit autotools gettext texinfo PACKAGECONFIG ??= "" +PACKAGECONFIG_append_class-target = " ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}" + PACKAGECONFIG[acl] = "--with-posix-acls,--without-posix-acls,acl" EXTRA_OECONF += "DEFAULT_RMT_DIR=${base_sbindir}"