diff options
author | Ross Burton <ross.burton@intel.com> | 2014-01-15 12:13:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-15 12:25:21 +0000 |
commit | f5b5edd4d88e8444aee1c4d7bad303387bf605e1 (patch) | |
tree | f5d01dcbad10df562272bcefdb7e0712b4069c40 /meta | |
parent | e4c23f7bcb79072ea6028fbdf8f3f0dc17a63371 (diff) | |
download | poky-f5b5edd4d88e8444aee1c4d7bad303387bf605e1.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.
(From OE-Core rev: 4f5d00b551e2ee6056ebfc8365a05a5ca8e5d651)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/dbus/dbus-ptest_1.6.18.bb | 3 |
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 \ | |||
39 | --disable-doxygen-docs \ | 39 | --disable-doxygen-docs \ |
40 | --disable-libaudit \ | 40 | --disable-libaudit \ |
41 | --with-xml=expat \ | 41 | --with-xml=expat \ |
42 | --with-systemdsystemunitdir=${systemd_unitdir}/system/ \ | 42 | --without-systemd \ |
43 | --without-systemdsystemunitdir \ | ||
43 | --with-dbus-test-dir=${PTEST_PATH} \ | 44 | --with-dbus-test-dir=${PTEST_PATH} \ |
44 | ${EXTRA_OECONF_X}" | 45 | ${EXTRA_OECONF_X}" |
45 | 46 | ||