[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5743/8267] libcap: drop obsolete attr PACKAGECONFIG option and libattr dependency



commit fd9d421d0e14b63eaac3ae8e8a49ef580528adbb
Author: Andre McCurdy <armccurdy gmail com>
Date:   Thu Apr 20 16:28:02 2017 -0700

    libcap: drop obsolete attr PACKAGECONFIG option and libattr dependency
    
    In the 2.25 release, libcap dropped its dependency on an external
    libattr library:
    
      
https://git.kernel.org/pub/scm/linux/kernel/git/morgan/libcap.git/commit/?id=85f38a573fc47472ab792e813b6f6b6f0b1df112
    
    (From OE-Core rev: 9ad941b512e3fcfd748d40b00d7d715d753c7b55)
    
    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>

 meta/recipes-support/libcap/libcap_2.25.bb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/meta/recipes-support/libcap/libcap_2.25.bb b/meta/recipes-support/libcap/libcap_2.25.bb
index 26d7bf2..0587e77 100644
--- a/meta/recipes-support/libcap/libcap_2.25.bb
+++ b/meta/recipes-support/libcap/libcap_2.25.bb
@@ -27,11 +27,9 @@ do_configure() {
        sed -e '/shell gperf/cifeq (,yes)' -i libcap/Makefile
 }
 
-PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} \
-                   ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)}"
+PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}"
 PACKAGECONFIG_class-native ??= ""
 
-PACKAGECONFIG[attr] = "LIBATTR=yes,LIBATTR=no,attr"
 PACKAGECONFIG[pam] = "PAM_CAP=yes,PAM_CAP=no,libpam"
 
 EXTRA_OEMAKE = " \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]