[OE-core] [PATCH 2/2] dbus: enable API entry point checks

Ross Burton ross.burton at intel.com
Mon Dec 23 17:32:56 UTC 2013


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 at intel.com>
---
 meta/recipes-core/dbus/dbus.inc |    1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index 625e975..ae80cb0 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -68,7 +68,6 @@ pkg_postinst_dbus() {
 }
 
 EXTRA_OECONF = "--disable-tests \
-                --disable-checks \
                 --disable-xml-docs \
                 --disable-doxygen-docs \
                 --disable-libaudit \
-- 
1.7.10.4




More information about the Openembedded-core mailing list