From 48cb1816c86115a25f2230ecdbe08b1ea9133b40 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 28 Jun 2013 16:12:21 +0100 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- meta-yocto/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" #WARN_QA = "unsafe-references-in-binaries unsafe-references-in-scripts" WARN_QA = "textrel pkgvarcheck" -ERROR_QA = "dev-so debug-deps dev-deps debug-files arch la2 pkgconfig la perms useless-rpaths rpaths staticdev ldflags" +ERROR_QA = "dev-so debug-deps dev-deps debug-files arch pkgconfig la perms useless-rpaths rpaths staticdev ldflags" include conf/distro/include/seperatebuilddir.inc