From b2c18b5a8178931b461f58a1dcd27ad3ec6aaebb Mon Sep 17 00:00:00 2001 From: Dmitry Eremin-Solenikov Date: Thu, 9 Apr 2015 23:06:14 +0300 Subject: 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 Signed-off-by: Joe MacDonald --- recipes-extended/tar/tar_%.bbappend | 5 ----- 1 file changed, 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 PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)}" - -# configure has no acl enable/disable options! -# -PACKAGECONFIG[acl] = ",,acl," - -- cgit v1.2.3-54-g00ecf