summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcap
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libcap')
-rw-r--r--meta/recipes-support/libcap/libcap_2.24.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/libcap/libcap_2.24.bb b/meta/recipes-support/libcap/libcap_2.24.bb
index 161bb702c3..36b94ee74f 100644
--- a/meta/recipes-support/libcap/libcap_2.24.bb
+++ b/meta/recipes-support/libcap/libcap_2.24.bb
@@ -26,7 +26,8 @@ do_configure() {
26 sed -e '/shell gperf/cifeq (,yes)' -i libcap/Makefile 26 sed -e '/shell gperf/cifeq (,yes)' -i libcap/Makefile
27} 27}
28 28
29PACKAGECONFIG ??= "attr ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" 29PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \
30 ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)}"
30PACKAGECONFIG_class-native ??= "" 31PACKAGECONFIG_class-native ??= ""
31 32
32PACKAGECONFIG[attr] = "LIBATTR=yes,LIBATTR=no,attr" 33PACKAGECONFIG[attr] = "LIBATTR=yes,LIBATTR=no,attr"