diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-06-28 16:10:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-28 16:33:08 +0100 |
commit | 80b263430453896189b704d0997943642eec6fef (patch) | |
tree | 6a0b7cf8e5ce7fc4feeac710bafde0e33b97d7f5 | |
parent | c4c6e5829c92a91cab8233bf2e4848bd3112ce0d (diff) | |
download | poky-80b263430453896189b704d0997943642eec6fef.tar.gz |
classes/insane: remove la2 check which no longer exists from ERROR_QA
This check was actually removed a very long time ago in
6656381714c5956f71ca634f5a5f4aa4661bbf7e, before we even changed the QA
checks to use names instead of numbers - the name was probably added
ERROR_QA mistakenly because it hadn't also been removed from the comment
listing the QA checks or the function that determined which ones were
errors.
(From OE-Core rev: ff65497cd9a96d5ab49b16ba1f7e30a216ff4a42)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 2b305386c6..27c225f3c0 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -34,7 +34,7 @@ WARN_QA ?= "ldflags useless-rpaths rpaths staticdev libdir xorg-driver-abi \ | |||
34 | installed-vs-shipped compile-host-path install-host-path \ | 34 | installed-vs-shipped compile-host-path install-host-path \ |
35 | pn-overrides \ | 35 | pn-overrides \ |
36 | " | 36 | " |
37 | ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la \ | 37 | 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 | " | 40 | " |