]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
poky.conf: We need to clear WARN_QA to avoid the unsafe-references
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Sep 2012 11:11:00 +0000 (12:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Sep 2012 11:12:10 +0000 (12:12 +0100)
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>
meta-yocto/conf/distro/poky.conf

index ecce9f532d050516c077aa0d73a97f094a1be5e9..de825439098a82a8392b8d75678e51883899a738 100644 (file)
@@ -94,5 +94,6 @@ BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
 OELAYOUT_ABI = "8"
 
 #WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts"
+WARN_QA = ""
 ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags"