diff options
author | Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> | 2015-04-09 23:06:14 +0300 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-04-16 13:50:23 -0400 |
commit | b2c18b5a8178931b461f58a1dcd27ad3ec6aaebb (patch) | |
tree | 7fef959fc60f4f5fdf8fc34f0d4b4919483d086d | |
parent | b89c4c527a405728f2a3381e1ca2617aced9dec7 (diff) | |
download | meta-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_%.bbappend | 5 |
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 | ||
6 | PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)}" | 6 | PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)}" |
7 | |||
8 | # configure has no acl enable/disable options! | ||
9 | # | ||
10 | PACKAGECONFIG[acl] = ",,acl," | ||
11 | |||