mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/3] sandbox: disable bareboxcrc32 in sandbox mode
@ 2014-07-22  7:57 Holger Schurig
  0 siblings, 0 replies; only message in thread
From: Holger Schurig @ 2014-07-22  7:57 UTC (permalink / raw)
  To: barebox

From: Holger Schurig <holgerschurig@gmail.com>

It won't compile currently anyway.
---
 common/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/Kconfig b/common/Kconfig
index 469a5d7..dabb7ef 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -650,6 +650,7 @@ config BAREBOXENV_TARGET
 config BAREBOXCRC32_TARGET
 	bool
 	prompt "build bareboxcrc32 tool for target"
+	depends on !SANDBOX
 	help
 	  'bareboxcrc32' is a userspacetool to generate the crc32 checksums the same way
 	  barebox does. Say yes here to build it for the target.
-- 
1.8.5.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

only message in thread, other threads:[~2014-07-22  7:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-22  7:57 [PATCH 1/3] sandbox: disable bareboxcrc32 in sandbox mode Holger Schurig

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