diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/insane.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 7a869977e1..dc1c2f8d41 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -30,7 +30,7 @@ QA_SANE = "True" | |||
30 | WARN_QA ?= "ldflags useless-rpaths rpaths staticdev libdir xorg-driver-abi \ | 30 | WARN_QA ?= "ldflags useless-rpaths rpaths staticdev libdir xorg-driver-abi \ |
31 | textrel already-stripped incompatible-license files-invalid \ | 31 | textrel already-stripped incompatible-license files-invalid \ |
32 | installed-vs-shipped compile-host-path install-host-path \ | 32 | installed-vs-shipped compile-host-path install-host-path \ |
33 | pn-overrides infodir build-deps file-rdeps \ | 33 | pn-overrides infodir build-deps \ |
34 | unknown-configure-option symlink-to-sysroot multilib \ | 34 | unknown-configure-option symlink-to-sysroot multilib \ |
35 | invalid-packageconfig host-user-contaminated \ | 35 | invalid-packageconfig host-user-contaminated \ |
36 | " | 36 | " |
@@ -38,7 +38,7 @@ ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch pkgconfig la \ | |||
38 | perms dep-cmp pkgvarcheck perm-config perm-line perm-link \ | 38 | perms dep-cmp pkgvarcheck perm-config perm-line perm-link \ |
39 | split-strip packages-list pkgv-undefined var-undefined \ | 39 | split-strip packages-list pkgv-undefined var-undefined \ |
40 | version-going-backwards expanded-d invalid-chars \ | 40 | version-going-backwards expanded-d invalid-chars \ |
41 | license-checksum dev-elf \ | 41 | license-checksum dev-elf file-rdeps \ |
42 | " | 42 | " |
43 | FAKEROOT_QA = "host-user-contaminated" | 43 | FAKEROOT_QA = "host-user-contaminated" |
44 | FAKEROOT_QA[doc] = "QA tests which need to run under fakeroot. If any \ | 44 | FAKEROOT_QA[doc] = "QA tests which need to run under fakeroot. If any \ |