From: Ross Burton Date: Mon, 23 Dec 2013 17:32:56 +0000 (+0000) Subject: dbus: enable API entry point checks X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34975 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=079975e456abe9e76bde3f2866ffe50f2610345f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 625e9759342..ae80cb05407 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 \