[oe-commits] Ross Burton : insane: add unknown-configure-option to default WARN_QA

git at git.openembedded.org git at git.openembedded.org
Tue Feb 3 14:54:19 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 2f1909a6a78dec943800a0e8a39f890c007165b7
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2f1909a6a78dec943800a0e8a39f890c007165b7

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Jan 21 17:54:12 2015 +0000

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 at intel.com>

---

 meta/classes/insane.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 143ec46..ea238a9 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 \



More information about the Openembedded-commits mailing list