Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCHv5 0/2] Detect incorrect dependencies
@ 2015-10-09  9:15 Thomas Petazzoni
  2015-10-09  9:15 ` [Buildroot] [PATCHv5 1/2] pkg-generic: detect incorrectly used package Thomas Petazzoni
  2015-10-09  9:15 ` [Buildroot] [PATCHv5 2/2] pkg-generic: improve incorrectly used package detection Thomas Petazzoni
  0 siblings, 2 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2015-10-09  9:15 UTC (permalink / raw)
  To: buildroot

Hello,

This is the fifth version of the small patch series to detect
incorrect dependencies (i.e a package that depends on another in its
.mk file, but that forgets to do so in its Config.in).

Compared to the previous version, this new version:

 - Use $($(PKG)_TYPE) and $($(PKG)_KCONFIG)_VAR) instead of
   target-specific variables, as suggested by Arnout.

 - Move the "culprit listing" logic into a separate patch, so that it
   can be considered separately, suggested by Yann E. Morin.

 - Makes some other trivial adjustements suggested by Yann and Arnout.

 - Is rebased on top of master.

Thanks,

Thomas

Thomas Petazzoni (2):
  pkg-generic: detect incorrectly used package
  pkg-generic: improve incorrectly used package detection

 package/pkg-generic.mk | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

-- 
2.6.1

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

end of thread, other threads:[~2015-12-29 18:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-09  9:15 [Buildroot] [PATCHv5 0/2] Detect incorrect dependencies Thomas Petazzoni
2015-10-09  9:15 ` [Buildroot] [PATCHv5 1/2] pkg-generic: detect incorrectly used package Thomas Petazzoni
2015-12-29 18:19   ` Yann E. MORIN
2015-12-29 18:36   ` Thomas Petazzoni
2015-10-09  9:15 ` [Buildroot] [PATCHv5 2/2] pkg-generic: improve incorrectly used package detection Thomas Petazzoni
2015-12-29 18:06   ` Yann E. MORIN

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