From: Richard Purdie Date: Wed, 26 Sep 2012 11:11:00 +0000 (+0100) Subject: poky.conf: We need to clear WARN_QA to avoid the unsafe-references X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acd52fd17da9cdad406d052ce397091c23588b7a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index ecce9f532d0..de825439098 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf @@ -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"