From: Ross Burton Date: Mon, 23 Dec 2013 17:32:56 +0000 (+0000) Subject: dbus: enable API entry point checks X-Git-Tag: 2015-4~4138 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=079975e456abe9e76bde3f2866ffe50f2610345f;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc index 625e975934..ae80cb0540 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 \