diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-26 12:11:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-26 12:12:10 +0100 |
commit | acd52fd17da9cdad406d052ce397091c23588b7a (patch) | |
tree | e74cad19d7180cdac9e962bb927ed02b29e31588 | |
parent | a8edf79fce381d0433f18bd38df6cd74008e5179 (diff) | |
download | poky-acd52fd17da9cdad406d052ce397091c23588b7a.tar.gz |
poky.conf: We need to clear WARN_QA to avoid the unsafe-references
The intention of the previous patch was to disable these warnings but by
commenting out the line, it caused a fallback to the defaults which enable
it. This really disables the warnings.
(From meta-yocto rev: 7d4759a5780de76dcdeeb1ee37198637ff144d42)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index ecce9f532d..de82543909 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -94,5 +94,6 @@ BB_SIGNATURE_HANDLER ?= 'OEBasicHash' | |||
94 | OELAYOUT_ABI = "8" | 94 | OELAYOUT_ABI = "8" |
95 | 95 | ||
96 | #WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" | 96 | #WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" |
97 | WARN_QA = "" | ||
97 | ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags" | 98 | ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags" |
98 | 99 | ||