summaryrefslogtreecommitdiffstats
path: root/meta/classes-global/insane.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-global/insane.bbclass')
-rw-r--r--meta/classes-global/insane.bbclass11
1 files changed, 5 insertions, 6 deletions
diff --git a/meta/classes-global/insane.bbclass b/meta/classes-global/insane.bbclass
index 6888fa06f0..b6c7348999 100644
--- a/meta/classes-global/insane.bbclass
+++ b/meta/classes-global/insane.bbclass
@@ -26,17 +26,16 @@
26 26
27# Elect whether a given type of error is a warning or error, they may 27# Elect whether a given type of error is a warning or error, they may
28# have been set by other files. 28# have been set by other files.
29WARN_QA ?= " libdir xorg-driver-abi buildpaths \ 29WARN_QA ?= "32bit-time native-last"
30ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch pkgconfig la \
30 textrel incompatible-license files-invalid \ 31 textrel incompatible-license files-invalid \
31 infodir build-deps src-uri-bad symlink-to-sysroot multilib \ 32 infodir build-deps src-uri-bad symlink-to-sysroot multilib \
32 invalid-packageconfig host-user-contaminated uppercase-pn \ 33 invalid-packageconfig host-user-contaminated uppercase-pn \
33 mime mime-xdg unlisted-pkg-lics unhandled-features-check \ 34 mime mime-xdg unlisted-pkg-lics unhandled-features-check \
34 missing-update-alternatives native-last missing-ptest \ 35 missing-update-alternatives missing-ptest \
35 license-exists license-no-generic license-syntax license-format \ 36 license-exists license-no-generic license-syntax license-format \
36 license-incompatible license-file-missing obsolete-license \ 37 license-incompatible license-file-missing obsolete-license \
37 32bit-time virtual-slash \ 38 libdir xorg-driver-abi buildpaths \
38 "
39ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch pkgconfig la \
40 perms dep-cmp pkgvarcheck perm-config perm-line perm-link \ 39 perms dep-cmp pkgvarcheck perm-config perm-line perm-link \
41 split-strip packages-list pkgv-undefined var-undefined \ 40 split-strip packages-list pkgv-undefined var-undefined \
42 version-going-backwards expanded-d invalid-chars \ 41 version-going-backwards expanded-d invalid-chars \
@@ -45,7 +44,7 @@ ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch pkgconfig la \
45 already-stripped installed-vs-shipped ldflags compile-host-path \ 44 already-stripped installed-vs-shipped ldflags compile-host-path \
46 install-host-path pn-overrides unknown-configure-option \ 45 install-host-path pn-overrides unknown-configure-option \
47 useless-rpaths rpaths staticdev empty-dirs \ 46 useless-rpaths rpaths staticdev empty-dirs \
48 patch-fuzz patch-status \ 47 patch-fuzz patch-status virtual-slash \
49 " 48 "
50# Add usrmerge QA check based on distro feature 49# Add usrmerge QA check based on distro feature
51ERROR_QA:append = "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', ' usrmerge', '', d)}" 50ERROR_QA:append = "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', ' usrmerge', '', d)}"