mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
avahi: explicitly disable systemd if we don't want it enabled
(From OE-Core rev: 6126e7801542803aee1756aab41ba10a79bee092) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3ace8b418c
commit
0e0e078789
@@ -56,7 +56,7 @@ EXTRA_OECONF = "--disable-introspection \
|
||||
|
||||
# The distro choice determines what init scripts are installed
|
||||
EXTRA_OECONF_SYSVINIT = "${@base_contains('DISTRO_FEATURES','sysvinit','--with-distro=debian','--with-distro=none',d)}"
|
||||
EXTRA_OECONF_SYSTEMD = "${@base_contains('DISTRO_FEATURES','systemd','--with-systemdsystemunitdir=${systemd_unitdir}/system/','',d)}"
|
||||
EXTRA_OECONF_SYSTEMD = "${@base_contains('DISTRO_FEATURES','systemd','--with-systemdsystemunitdir=${systemd_unitdir}/system/','--without-systemdsystemunitdir',d)}"
|
||||
|
||||
AVAHI_GTK ?= "--disable-gtk --disable-gtk3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user