Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RFC] Move host-pkgconf dependency to package/pkg-autotools.mk
@ 2015-04-10  9:33 Bernd Kuhls
  2015-04-10 10:52 ` Bernd Kuhls
  2015-04-10 12:12 ` Thomas Petazzoni
  0 siblings, 2 replies; 7+ messages in thread
From: Bernd Kuhls @ 2015-04-10  9:33 UTC (permalink / raw)
  To: buildroot

Hi,

is there a reason an autotools-package should not depend on host-pkgconf?

The phrase "host-pkgconf" appears in > 300 packages

$ for i in `find -iname *.mk | grep -v pkgconf`; do grep host-pkgconf $i; 
done | wc -l
313

If 

$(2)_DEPENDENCIES += host-pkgconf

is added to package/pkg-autotools.mk we could get rid of all those 
dependencies in the packages and avoid nasty build errors in the future.

Regards, Bernd

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

end of thread, other threads:[~2015-04-21 14:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-10  9:33 [Buildroot] [RFC] Move host-pkgconf dependency to package/pkg-autotools.mk Bernd Kuhls
2015-04-10 10:52 ` Bernd Kuhls
2015-04-10 12:09   ` Thomas Petazzoni
2015-04-10 12:12 ` Thomas Petazzoni
2015-04-10 21:31   ` Arnout Vandecappelle
2015-04-11  7:47     ` Thomas Petazzoni
2015-04-21 14:13       ` Peter Korsgaard

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