diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-06-28 16:12:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-28 16:29:29 +0100 |
commit | 48cb1816c86115a25f2230ecdbe08b1ea9133b40 (patch) | |
tree | 49bef6543c3fd299e9cf7b38cd41d4e3518f99a1 /meta-yocto | |
parent | 67f76e6fc2d8476bdaaf500432198670b883138a (diff) | |
download | poky-48cb1816c86115a25f2230ecdbe08b1ea9133b40.tar.gz |
poky.conf: 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 meta-yocto rev: 6eefa451dc00a39ca08d1027e2a3576014ae59e6)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index e2c47907a5..0968a0cea3 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -101,6 +101,6 @@ INHERIT += "poky-sanity" | |||
101 | 101 | ||
102 | #WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" | 102 | #WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" |
103 | WARN_QA = "textrel pkgvarcheck" | 103 | WARN_QA = "textrel pkgvarcheck" |
104 | ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags" | 104 | ERROR_QA = "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms useless-rpaths rpaths staticdev ldflags" |
105 | 105 | ||
106 | include conf/distro/include/seperatebuilddir.inc | 106 | include conf/distro/include/seperatebuilddir.inc |