diff options
author | Ross Burton <ross.burton@intel.com> | 2014-01-15 16:32:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-15 17:26:17 +0000 |
commit | 375ac7268dc24730373d40169231cde1f93dadfb (patch) | |
tree | 213c77885180788b070317ceac6c2adf20070444 /meta | |
parent | 97d7e8689ca83a13ea511c0b91bf80974b8750b0 (diff) | |
download | poky-375ac7268dc24730373d40169231cde1f93dadfb.tar.gz |
dbus-ptest: fix incorrect option name
(From OE-Core rev: e27aee379c5f254f47daeb2fcb0a4a177740ea01)
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 | 2 |
1 files changed, 1 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 567d995c65..386f561024 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,7 @@ 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 | --without-systemd \ | 42 | --disable-systemd \ |
43 | --without-systemdsystemunitdir \ | 43 | --without-systemdsystemunitdir \ |
44 | --with-dbus-test-dir=${PTEST_PATH} \ | 44 | --with-dbus-test-dir=${PTEST_PATH} \ |
45 | ${EXTRA_OECONF_X}" | 45 | ${EXTRA_OECONF_X}" |