From acd52fd17da9cdad406d052ce397091c23588b7a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 26 Sep 2012 12:11:00 +0100 Subject: 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 --- meta-yocto/conf/distro/poky.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-yocto') 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' 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" -- cgit v1.2.3-54-g00ecf