diff options
Diffstat (limited to 'meta/recipes-support/libcap/libcap_2.24.bb')
-rw-r--r-- | meta/recipes-support/libcap/libcap_2.24.bb | 3 |
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 | ||
29 | PACKAGECONFIG ??= "attr ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" | 29 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \ |
30 | ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)}" | ||
30 | PACKAGECONFIG_class-native ??= "" | 31 | PACKAGECONFIG_class-native ??= "" |
31 | 32 | ||
32 | PACKAGECONFIG[attr] = "LIBATTR=yes,LIBATTR=no,attr" | 33 | PACKAGECONFIG[attr] = "LIBATTR=yes,LIBATTR=no,attr" |