[oe-commits] Paul Eggleton : classes/insane: remove la2 check which no longer exists from ERROR_QA

git at git.openembedded.org git at git.openembedded.org
Fri Jun 28 15:25:38 UTC 2013


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

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Fri Jun 28 16:10:25 2013 +0100

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.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 2b30538..27c225f 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 \
             installed-vs-shipped compile-host-path install-host-path \
             pn-overrides \
             "
-ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la \
+ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch pkgconfig la \
             perms dep-cmp pkgvarcheck perm-config perm-line perm-link \
             split-strip packages-list pkgv-undefined var-undefined \
             "



More information about the Openembedded-commits mailing list