mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
dbus-ptest: disable systemd
Explicitly disable systemd support so that it isn't a floating dependency and libsystemd-login doesn't become a runtime dependency on non-systemd images. Also don't bother setting the systemd unit directory as we're not installing anything. (From OE-Core rev: 4f5d00b551e2ee6056ebfc8365a05a5ca8e5d651) 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
e4c23f7bcb
commit
f5b5edd4d8
@@ -39,7 +39,8 @@ EXTRA_OECONF = "--enable-tests \
|
||||
--disable-doxygen-docs \
|
||||
--disable-libaudit \
|
||||
--with-xml=expat \
|
||||
--with-systemdsystemunitdir=${systemd_unitdir}/system/ \
|
||||
--without-systemd \
|
||||
--without-systemdsystemunitdir \
|
||||
--with-dbus-test-dir=${PTEST_PATH} \
|
||||
${EXTRA_OECONF_X}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user