]> code.ossystems Code Review - openembedded-core.git/commitdiff
dbus: enable API entry point checks
authorRoss Burton <ross.burton@intel.com>
Mon, 23 Dec 2013 17:32:56 +0000 (17:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 2 Jan 2014 13:00:57 +0000 (13:00 +0000)
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.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/dbus/dbus.inc

index 625e975934205b45a64bbdcad99d150344c9adf1..ae80cb054073222bae738f9582b31d4e5a8f24f3 100644 (file)
@@ -68,7 +68,6 @@ pkg_postinst_dbus() {
 }
 
 EXTRA_OECONF = "--disable-tests \
-                --disable-checks \
                 --disable-xml-docs \
                 --disable-doxygen-docs \
                 --disable-libaudit \