dbus: enable API entry point checks

We were disabling API entry point sanity checking which should only be done if
the performance gain is prefereable to correctness.  Instead don't disable
checks explicitly as the default is enabled, allowing distributions to append
--disable-checks if required.

(From OE-Core rev: 079975e456abe9e76bde3f2866ffe50f2610345f)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2013-12-23 17:32:56 +00:00 committed by Richard Purdie
parent d43adee223
commit 5165328cb4
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ pkg_postinst_dbus() {
}
EXTRA_OECONF = "--disable-tests \
--disable-checks \
--disable-xml-docs \
--disable-doxygen-docs \
--disable-libaudit \