summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry_eremin@mentor.com>2015-04-09 23:06:14 +0300
committerJoe MacDonald <joe_macdonald@mentor.com>2015-04-16 13:50:23 -0400
commitb2c18b5a8178931b461f58a1dcd27ad3ec6aaebb (patch)
tree7fef959fc60f4f5fdf8fc34f0d4b4919483d086d
parentb89c4c527a405728f2a3381e1ca2617aced9dec7 (diff)
downloadmeta-selinux-b2c18b5a8178931b461f58a1dcd27ad3ec6aaebb.tar.gz
tar: drop acl PACKAGECONFIG override
Now tar has an option for handling acl enabling/disabling. This is correctly handled by main tar recipe in oe-core. Thus let's drop the incorrect PACKAGECONFIG[acl] override from tar_%.bbappend. Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--recipes-extended/tar/tar_%.bbappend5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-extended/tar/tar_%.bbappend b/recipes-extended/tar/tar_%.bbappend
index 54c8a90..4b48777 100644
--- a/recipes-extended/tar/tar_%.bbappend
+++ b/recipes-extended/tar/tar_%.bbappend
@@ -4,8 +4,3 @@ inherit with-selinux
4 4
5 5
6PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)}" 6PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)}"
7
8# configure has no acl enable/disable options!
9#
10PACKAGECONFIG[acl] = ",,acl,"
11