diff options
author | Ross Burton <ross.burton@intel.com> | 2013-12-23 17:32:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 13:01:01 +0000 |
commit | 5165328cb4f493997f3c700e6bf14c1d7e55c958 (patch) | |
tree | 9e3274d743e63f47b02fd6005901cea4c0b04ed7 | |
parent | d43adee2236b048a665095232a0d2c511ff3949e (diff) | |
download | poky-5165328cb4f493997f3c700e6bf14c1d7e55c958.tar.gz |
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.
(From OE-Core rev: 079975e456abe9e76bde3f2866ffe50f2610345f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/dbus/dbus.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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() { | |||
68 | } | 68 | } |
69 | 69 | ||
70 | EXTRA_OECONF = "--disable-tests \ | 70 | EXTRA_OECONF = "--disable-tests \ |
71 | --disable-checks \ | ||
72 | --disable-xml-docs \ | 71 | --disable-xml-docs \ |
73 | --disable-doxygen-docs \ | 72 | --disable-doxygen-docs \ |
74 | --disable-libaudit \ | 73 | --disable-libaudit \ |