summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2018-04-26 10:49:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-04 13:28:05 +0100
commit5c526c37ff54117eaaa0fecc3ac973312e724f1c (patch)
treedb89ed81fdba2a6a2fdb4901784841e474e3e4a9 /meta/recipes-extended
parentb6c35d1c5bea5c651c5261cd034f4848180c8664 (diff)
downloadpoky-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.bb2
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
17inherit autotools gettext texinfo 17inherit autotools gettext texinfo
18 18
19PACKAGECONFIG ??= "" 19PACKAGECONFIG ??= ""
20PACKAGECONFIG_append_class-target = " ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)}"
21
20PACKAGECONFIG[acl] = "--with-posix-acls,--without-posix-acls,acl" 22PACKAGECONFIG[acl] = "--with-posix-acls,--without-posix-acls,acl"
21 23
22EXTRA_OECONF += "DEFAULT_RMT_DIR=${base_sbindir}" 24EXTRA_OECONF += "DEFAULT_RMT_DIR=${base_sbindir}"