mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
classes/insane: rename invalid-pkgconfig QA check to invalid-packageconfig
We have enough confusing name clashes already, let's not precipitate another one. (From OE-Core rev: a40e69508e66268e0743502334797374dee31125) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
73e1d33cf1
commit
59fdbaed99
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user