mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d43adee223
commit
5165328cb4
@@ -68,7 +68,6 @@ pkg_postinst_dbus() {
|
||||
}
|
||||
|
||||
EXTRA_OECONF = "--disable-tests \
|
||||
--disable-checks \
|
||||
--disable-xml-docs \
|
||||
--disable-doxygen-docs \
|
||||
--disable-libaudit \
|
||||
|
||||
Reference in New Issue
Block a user