From: Ross Burton Date: Wed, 21 Jan 2015 17:54:12 +0000 (+0000) Subject: insane: add unknown-configure-option to default WARN_QA X-Git-Tag: 2015-4~546 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2f1909a6a78dec943800a0e8a39f890c007165b7;p=openembedded-core.git 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 --- 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 \