From: Richard Purdie Date: Tue, 13 Jun 2017 09:14:15 +0000 (+0100) Subject: insane: Don't depend on OVERRIDES X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~21083 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e24b4bbe708a25c827364a2d6d979b354ab3ef2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git insane: Don't depend on OVERRIDES In common with the other package handling functions, don't depend on the value of OVERRIDES. This means when we change MACHINE, we don't have to repackage everything. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index fa932ef5767..f6fd7c74d81 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -973,6 +973,7 @@ def package_qa_check_rdepends(pkg, pkgdest, skip, taskdeps, packages, d): error_msg = "%s contained in package %s requires %s, but no providers found in RDEPENDS_%s?" % \ (filerdepends[key].replace("_%s" % pkg, "").replace("@underscore@", "_"), pkg, key, pkg) package_qa_handle_error("file-rdeps", error_msg, d) +package_qa_check_rdepends[vardepsexclude] = "OVERRIDES" def package_qa_check_deps(pkg, pkgdest, skip, d):