summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups
diff options
context:
space:
mode:
authorDiego Rondini <diego.rondini@kynetics.com>2018-12-28 13:55:36 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-03 12:35:53 +0000
commitfd9c016ddc3888d883acfb370cb58f7b1df28ca8 (patch)
tree43bc3674933321469a83355d08b0b0850bc9efb8 /meta/recipes-extended/cups
parent70edcf9cf3c3798306803b93fb00270d677af99a (diff)
downloadpoky-fd9c016ddc3888d883acfb370cb58f7b1df28ca8.tar.gz
cups: default to unix pam module
When pam PACKAGECONFIG is enabled a cups "pam.d" configuration file is installed. The default configuration file uses a non-existing "pam_unknown.so", but a different existing module can be selected by passing the --with-pam-module parameter. Use the unix pam module when pam is enabled. (From OE-Core rev: a7fb921e16e2eb4fa5a799b556d23d79801720b0) Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cups')
-rw-r--r--meta/recipes-extended/cups/cups.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index c142a4d990..5010f0861f 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -29,7 +29,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi',
29 ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}" 29 ${@bb.utils.filter('DISTRO_FEATURES', 'pam systemd', d)}"
30PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi" 30PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi"
31PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl" 31PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl"
32PACKAGECONFIG[pam] = "--enable-pam, --disable-pam, libpam" 32PACKAGECONFIG[pam] = "--enable-pam --with-pam-module=unix, --disable-pam, libpam"
33PACKAGECONFIG[systemd] = "--with-systemd=${systemd_system_unitdir},--without-systemd,systemd" 33PACKAGECONFIG[systemd] = "--with-systemd=${systemd_system_unitdir},--without-systemd,systemd"
34PACKAGECONFIG[xinetd] = "--with-xinetd=${sysconfdir}/xinetd.d,--without-xinetd,xinetd" 34PACKAGECONFIG[xinetd] = "--with-xinetd=${sysconfdir}/xinetd.d,--without-xinetd,xinetd"
35 35