diff options
Diffstat (limited to 'meta-oe/recipes-support/postgresql/postgresql.inc')
-rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc index dd4118806b..812c2aed48 100644 --- a/meta-oe/recipes-support/postgresql/postgresql.inc +++ b/meta-oe/recipes-support/postgresql/postgresql.inc | |||
@@ -54,7 +54,7 @@ pkg_postinst_${PN} () { | |||
54 | fi | 54 | fi |
55 | } | 55 | } |
56 | 56 | ||
57 | enable_pam = "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" | 57 | enable_pam = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" |
58 | PACKAGECONFIG ??= "${enable_pam} openssl python uuid libxml tcl nls libxml perl" | 58 | PACKAGECONFIG ??= "${enable_pam} openssl python uuid libxml tcl nls libxml perl" |
59 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," | 59 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," |
60 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," | 60 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl," |