[oe-commits] [openembedded-core] 111/124: tar: control acl PACKAGECONFIG based on acl distro feature

git at git.openembedded.org git at git.openembedded.org
Fri May 4 08:57:12 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit fa8f3bda2680d9890ff6d2bc0ce9737a4d40b4f7
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Thu Apr 26 10:49:41 2018 -0700

    tar: control acl PACKAGECONFIG based on acl distro feature
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/tar/tar_1.30.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-extended/tar/tar_1.30.bb b/meta/recipes-extended/tar/tar_1.30.bb
index 3f31622..bd24f47 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}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list