diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-04-26 10:49:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-04 13:28:05 +0100 |
commit | 5c526c37ff54117eaaa0fecc3ac973312e724f1c (patch) | |
tree | db89ed81fdba2a6a2fdb4901784841e474e3e4a9 /meta/recipes-extended | |
parent | b6c35d1c5bea5c651c5261cd034f4848180c8664 (diff) | |
download | poky-5c526c37ff54117eaaa0fecc3ac973312e724f1c.tar.gz |
tar: control acl PACKAGECONFIG based on acl distro feature
(From OE-Core rev: fa8f3bda2680d9890ff6d2bc0ce9737a4d40b4f7)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/tar/tar_1.30.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 | |||
17 | inherit autotools gettext texinfo | 17 | inherit autotools gettext texinfo |
18 | 18 | ||
19 | PACKAGECONFIG ??= "" | 19 | PACKAGECONFIG ??= "" |
20 | PACKAGECONFIG_append_class-target = " ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}" | ||
21 | |||
20 | PACKAGECONFIG[acl] = "--with-posix-acls,--without-posix-acls,acl" | 22 | PACKAGECONFIG[acl] = "--with-posix-acls,--without-posix-acls,acl" |
21 | 23 | ||
22 | EXTRA_OECONF += "DEFAULT_RMT_DIR=${base_sbindir}" | 24 | EXTRA_OECONF += "DEFAULT_RMT_DIR=${base_sbindir}" |