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