aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2014-01-15 12:13:54 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-15 12:20:13 +0000
commit4f5d00b551e2ee6056ebfc8365a05a5ca8e5d651 (patch)
tree6748f9b295f928cdfcd9eaa51541fbb46baea5dd
parentc4c5ec52effc2ff97ac17270c1aa7884c808f5a9 (diff)
downloadopenembedded-core-contrib-4f5d00b551e2ee6056ebfc8365a05a5ca8e5d651.tar.gz
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 <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-core/dbus/dbus-ptest_1.6.18.bb3
1 files changed, 2 insertions, 1 deletions
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 c54e957bc3..567d995c65 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}"