[OE-core] [PATCH 1/1] insane.bbclass: add missing QA to WARN_QA

Robert Yang liezhi.yang at windriver.com
Thu Mar 19 09:17:43 UTC 2015


The following QA were not in WARN_QA or ERROR_QA, so they are not in
ALL_QA:
buildpaths
desktop
libexec
pkgname
symlink-to-sysroot
unsafe-references-in-binaries
unsafe-references-in-scripts

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/classes/insane.bbclass |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 061ce5b..c201c9b 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -30,7 +30,9 @@ 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 \
+            unknown-configure-option buildpaths desktop libexec pkgname \
+            symlink-to-sysroot unsafe-references-in-binaries \
+            unsafe-references-in-scripts \
             "
 ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch pkgconfig la \
             perms dep-cmp pkgvarcheck perm-config perm-line perm-link \
-- 
1.7.9.5




More information about the Openembedded-core mailing list