]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane: Don't depend on OVERRIDES
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Jun 2017 09:14:15 +0000 (10:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 14 Jun 2017 09:17:55 +0000 (10:17 +0100)
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 <richard.purdie@linuxfoundation.org>
meta/classes/insane.bbclass

index fa932ef5767b80c50fb730b2c4e69762a1eaac82..f6fd7c74d81dc5956b8e26dd6b74649cbff2ecf5 100644 (file)
@@ -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):