Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] insane: Don't depend on BB_TASKDEPDATA
@ 2015-11-10  9:58 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2015-11-10  9:58 UTC (permalink / raw)
  To: openembedded-core

The dependency data in BB_TASKDEPDATA is encoded into the sstate checksum
in a much more reliable format. This dependency runs the risk of depending
on the string representation of a dict which is a bad idea. Therefore
remove the dependency.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/classes/insane.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index a77438d..1a970c0 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -1112,6 +1112,7 @@ python do_package_qa () {
     bb.note("DONE with PACKAGE QA")
 }
 
+do_package_qa[vardepsexclude] = "BB_TASKDEPDATA"
 do_package_qa[rdeptask] = "do_packagedata"
 addtask do_package_qa after do_packagedata do_package before do_build
 




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-11-10 11:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-10  9:58 [PATCH] insane: Don't depend on BB_TASKDEPDATA Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox