Openembedded Core Discussions
 help / color / mirror / Atom feed
* indirect dependencies
@ 2015-06-17 10:25 Patrick Ohly
  2015-06-17 10:25 ` [PATCH] insane.bbclass: add indirect-build-deps QA check Patrick Ohly
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Ohly @ 2015-06-17 10:25 UTC (permalink / raw)
  To: openembedded-core

I recently ran into a situation where due to a stupid typo (DEPEND
instead of DEPENDS) my recipe happened to work for me when the
required package was pulled in indirectly and failed for someone else.

It would be nice if such indirect dependencies triggered a QA
warning, which they do not at the moment.

I started coding that, but ran into issues with false positives. I
don't have the time and knowledge to address these problems, but
wanted to shared the code anyway, in case that someone wants to
continue.

Patrick Ohly (1):
  insane.bbclass: add indirect-build-deps QA check

 meta/classes/insane.bbclass | 52 +++++++++++++++++++++++++++++++++++++++------
 1 file changed, 45 insertions(+), 7 deletions(-)

-- 
2.1.4



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-17 11:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-17 10:25 indirect dependencies Patrick Ohly
2015-06-17 10:25 ` [PATCH] insane.bbclass: add indirect-build-deps QA check Patrick Ohly
2015-06-17 11:52   ` Patrick Ohly

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