summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/insane.bbclass4
1 files 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 \
32 installed-vs-shipped compile-host-path install-host-path \ 32 installed-vs-shipped compile-host-path install-host-path \
33 pn-overrides infodir build-deps file-rdeps \ 33 pn-overrides infodir build-deps file-rdeps \
34 unknown-configure-option symlink-to-sysroot multilib \ 34 unknown-configure-option symlink-to-sysroot multilib \
35 invalid-pkgconfig host-user-contaminated \ 35 invalid-packageconfig host-user-contaminated \
36 " 36 "
37ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch pkgconfig la \ 37ERROR_QA ?= "dev-so debug-deps dev-deps debug-files arch pkgconfig la \
38 perms dep-cmp pkgvarcheck perm-config perm-line perm-link \ 38 perms dep-cmp pkgvarcheck perm-config perm-line perm-link \
@@ -1210,7 +1210,7 @@ Missing inherit gettext?""" % (gt, config))
1210 if pconfig not in pkgconfigflags: 1210 if pconfig not in pkgconfigflags:
1211 pn = d.getVar('PN', True) 1211 pn = d.getVar('PN', True)
1212 error_msg = "%s: invalid PACKAGECONFIG: %s" % (pn, pconfig) 1212 error_msg = "%s: invalid PACKAGECONFIG: %s" % (pn, pconfig)
1213 package_qa_handle_error("invalid-pkgconfig", error_msg, d) 1213 package_qa_handle_error("invalid-packageconfig", error_msg, d)
1214} 1214}
1215 1215
1216python do_qa_unpack() { 1216python do_qa_unpack() {