All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCHv2] quota: select BR2_PACKAGE_UTIL_LINUX_BINARIES
@ 2013-03-24 12:20 Gustavo Zacarias
  2013-03-24 13:03 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2013-03-24 12:20 UTC (permalink / raw)
  To: buildroot

All of the util-linux tools options depend on
BR2_PACKAGE_UTIL_LINUX_BINARIES that select all the required util-linux
libraries and enable the tools build process.
So basically quota is selecting a hidden/unavailable option and
triggering a util-linux build failure. Fixes:
http://autobuild.buildroot.net/results/bc3c75e7c60fe6db54ea56dd7c398ba7878bff83/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
v2: Better explain why, and also add microblaze depend from util-linux

 package/quota/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/quota/Config.in b/package/quota/Config.in
index f6341d3..5127a9a 100644
--- a/package/quota/Config.in
+++ b/package/quota/Config.in
@@ -3,7 +3,9 @@ config BR2_PACKAGE_QUOTA
 	depends on BR2_LARGEFILE
 	depends on BR2_USE_WCHAR
 	depends on BR2_USE_MMU # fork()
+	depends on !(BR2_microblazeel || BR2_microblazebe) # util-linux
 	select BR2_PACKAGE_UTIL_LINUX
+	select BR2_PACKAGE_UTIL_LINUX_BINARIES
 	select BR2_PACKAGE_UTIL_LINUX_MOUNT
 	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
 	select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
-- 
1.8.1.5

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

* [Buildroot] [PATCHv2] quota: select BR2_PACKAGE_UTIL_LINUX_BINARIES
  2013-03-24 12:20 [Buildroot] [PATCHv2] quota: select BR2_PACKAGE_UTIL_LINUX_BINARIES Gustavo Zacarias
@ 2013-03-24 13:03 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-03-24 13:03 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> All of the util-linux tools options depend on
 Gustavo> BR2_PACKAGE_UTIL_LINUX_BINARIES that select all the required util-linux
 Gustavo> libraries and enable the tools build process.
 Gustavo> So basically quota is selecting a hidden/unavailable option and
 Gustavo> triggering a util-linux build failure. Fixes:
 Gustavo> http://autobuild.buildroot.net/results/bc3c75e7c60fe6db54ea56dd7c398ba7878bff83/

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-03-24 13:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-24 12:20 [Buildroot] [PATCHv2] quota: select BR2_PACKAGE_UTIL_LINUX_BINARIES Gustavo Zacarias
2013-03-24 13:03 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.