mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
cups: fix non-deterministic xinetd behaviour
cups configure looks at the *host* file system to decide if and how to install xinetd files, resulting in non-deterministic builds. Solve this by adding a PACKAGECONFIG for xinetd and pass it the correct path to use if enabled. (From OE-Core rev: 8779245ca404ec3851699b1e4309f9df3ff52a6c) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
32dbf718ba
commit
4bf7b7dd84
@@ -28,6 +28,7 @@ PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi',
|
|||||||
PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi"
|
PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi"
|
||||||
PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl"
|
PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl"
|
||||||
PACKAGECONFIG[pam] = "--enable-pam, --disable-pam, libpam"
|
PACKAGECONFIG[pam] = "--enable-pam, --disable-pam, libpam"
|
||||||
|
PACKAGECONFIG[xinetd] = "--with-xinetd=${sysconfdir}/xinetd.d,--without-xinetd,xinetd"
|
||||||
|
|
||||||
EXTRA_OECONF = " \
|
EXTRA_OECONF = " \
|
||||||
--enable-gnutls \
|
--enable-gnutls \
|
||||||
|
|||||||
Reference in New Issue
Block a user