]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane: add unknown-configure-option to default WARN_QA
authorRoss Burton <ross.burton@intel.com>
Wed, 21 Jan 2015 17:54:12 +0000 (17:54 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Feb 2015 14:53:43 +0000 (14:53 +0000)
The unknown-configure-option check is generally useful and should be enabled by
default.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/insane.bbclass

index 143ec46c5562a37b6d394495609e7118bf56e1e2..ea238a9101d287d7731d7b48bcddc109198e4aa8 100644 (file)
@@ -30,6 +30,7 @@ WARN_QA ?= "ldflags useless-rpaths rpaths staticdev libdir xorg-driver-abi \
             textrel already-stripped incompatible-license files-invalid \
             installed-vs-shipped compile-host-path install-host-path \
             pn-overrides infodir build-deps file-rdeps \
+            unknown-configure-option \
             "
 ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch pkgconfig la \
             perms dep-cmp pkgvarcheck perm-config perm-line perm-link \