diff options
Diffstat (limited to 'meta-networking/recipes-support/dovecot')
| -rw-r--r-- | meta-networking/recipes-support/dovecot/dovecot_2.2.21.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.2.21.bb b/meta-networking/recipes-support/dovecot/dovecot_2.2.21.bb index d7a7cc5e69..c1980effd5 100644 --- a/meta-networking/recipes-support/dovecot/dovecot_2.2.21.bb +++ b/meta-networking/recipes-support/dovecot/dovecot_2.2.21.bb | |||
| @@ -17,8 +17,8 @@ DEPENDS = "openssl xz zlib bzip2 libcap icu" | |||
| 17 | inherit autotools pkgconfig systemd useradd | 17 | inherit autotools pkgconfig systemd useradd |
| 18 | 18 | ||
| 19 | PACKAGECONFIG ??= " \ | 19 | PACKAGECONFIG ??= " \ |
| 20 | ${@base_contains('DISTRO_FEATURES', 'ldap', 'ldap', '', d)} \ | 20 | ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'ldap', '', d)} \ |
| 21 | ${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \ | 21 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," | 24 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," |
