* [Buildroot] [PATCH 1/1] package/strace: move default in Config.in
@ 2019-12-26 22:37 Fabrice Fontaine
2019-12-27 11:31 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-12-26 22:37 UTC (permalink / raw)
To: buildroot
Commit d52e98655fb6b00606ffe5294051ff0581c464bf set a default after
"depends on", move it before to fix make check-package
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/strace/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/strace/Config.in b/package/strace/Config.in
index d286ec0793..a7db186a40 100644
--- a/package/strace/Config.in
+++ b/package/strace/Config.in
@@ -1,9 +1,9 @@
config BR2_PACKAGE_STRACE
bool "strace"
+ default n
# needs at least kernel headers 4.0 on nios2
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_0 || !BR2_nios2
depends on !BR2_nds32 && !BR2_RISCV_32
- default n
help
A useful diagnostic, instructional, and debugging tool.
Allows you to track what system calls a program makes
--
2.24.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-12-27 11:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-26 22:37 [Buildroot] [PATCH 1/1] package/strace: move default in Config.in Fabrice Fontaine
2019-12-27 11:31 ` Thomas Petazzoni
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.