From a40e69508e66268e0743502334797374dee31125 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 21 Oct 2015 14:18:50 +0100 Subject: classes/insane: rename invalid-pkgconfig QA check to invalid-packageconfig We have enough confusing name clashes already, let's not precipitate another one. Signed-off-by: Paul Eggleton Signed-off-by: Ross Burton --- meta/classes/insane.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index f7be61b363..a77438db54 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -32,7 +32,7 @@ WARN_QA ?= "ldflags useless-rpaths rpaths staticdev libdir xorg-driver-abi \ installed-vs-shipped compile-host-path install-host-path \ pn-overrides infodir build-deps file-rdeps \ unknown-configure-option symlink-to-sysroot multilib \ - invalid-pkgconfig host-user-contaminated \ + invalid-packageconfig host-user-contaminated \ " ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch pkgconfig la \ perms dep-cmp pkgvarcheck perm-config perm-line perm-link \ @@ -1210,7 +1210,7 @@ Missing inherit gettext?""" % (gt, config)) if pconfig not in pkgconfigflags: pn = d.getVar('PN', True) error_msg = "%s: invalid PACKAGECONFIG: %s" % (pn, pconfig) - package_qa_handle_error("invalid-pkgconfig", error_msg, d) + package_qa_handle_error("invalid-packageconfig", error_msg, d) } python do_qa_unpack() { -- cgit 1.2.3-korg