diff options
author | Ross Burton <ross.burton@intel.com> | 2015-01-21 17:54:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-03 14:53:43 +0000 |
commit | 2f1909a6a78dec943800a0e8a39f890c007165b7 (patch) | |
tree | 15e39ef34a3f0c81bee0459d6a03948dab75ef7f /meta | |
parent | daecfc3438122b5d146a59a5053e57006d55ccc4 (diff) | |
download | openembedded-core-2f1909a6a78dec943800a0e8a39f890c007165b7.tar.gz openembedded-core-2f1909a6a78dec943800a0e8a39f890c007165b7.tar.bz2 openembedded-core-2f1909a6a78dec943800a0e8a39f890c007165b7.zip |
insane: add unknown-configure-option to default WARN_QA
The unknown-configure-option check is generally useful and should be enabled by
default.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/insane.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 143ec46c55..ea238a9101 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -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 \ |