From: Ross Burton Date: Wed, 15 Jan 2014 12:13:54 +0000 (+0000) Subject: dbus-ptest: disable systemd X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34853 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f5d00b551e2ee6056ebfc8365a05a5ca8e5d651;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb b/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb index c54e957bc33..567d995c659 100644 --- a/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb +++ b/meta/recipes-core/dbus/dbus-ptest_1.6.18.bb @@ -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}"