[oe-commits] Ross Burton : dbus: enable API entry point checks

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 12:57:50 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 079975e456abe9e76bde3f2866ffe50f2610345f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=079975e456abe9e76bde3f2866ffe50f2610345f

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Dec 23 17:32:56 2013 +0000

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.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 \



More information about the Openembedded-commits mailing list