summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcap/libcap_2.25.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libcap/libcap_2.25.bb')
-rw-r--r--meta/recipes-support/libcap/libcap_2.25.bb4
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 26d7bf2a6e..0587e77e98 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() {
27 sed -e '/shell gperf/cifeq (,yes)' -i libcap/Makefile 27 sed -e '/shell gperf/cifeq (,yes)' -i libcap/Makefile
28} 28}
29 29
30PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} \ 30PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}"
31 ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)}"
32PACKAGECONFIG_class-native ??= "" 31PACKAGECONFIG_class-native ??= ""
33 32
34PACKAGECONFIG[attr] = "LIBATTR=yes,LIBATTR=no,attr"
35PACKAGECONFIG[pam] = "PAM_CAP=yes,PAM_CAP=no,libpam" 33PACKAGECONFIG[pam] = "PAM_CAP=yes,PAM_CAP=no,libpam"
36 34
37EXTRA_OEMAKE = " \ 35EXTRA_OEMAKE = " \