* [Buildroot] [PATCH 1/1] package/sysdig: reorder selects alphabetically
@ 2019-12-22 16:40 Fabrice Fontaine
2019-12-22 22:11 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-12-22 16:40 UTC (permalink / raw)
To: buildroot
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/sysdig/Config.in | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/package/sysdig/Config.in b/package/sysdig/Config.in
index 672c44d211..c37d8d05cc 100644
--- a/package/sysdig/Config.in
+++ b/package/sysdig/Config.in
@@ -7,15 +7,15 @@ config BR2_PACKAGE_SYSDIG
depends on !BR2_STATIC_LIBS # luajit, elfutils
depends on BR2_USE_WCHAR # elfutils
depends on BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC # elfutils
- select BR2_PACKAGE_ZLIB
- select BR2_PACKAGE_LUAJIT
+ select BR2_PACKAGE_ELFUTILS
+ select BR2_PACKAGE_JQ
select BR2_PACKAGE_JSONCPP
+ select BR2_PACKAGE_LIBB64
select BR2_PACKAGE_LIBCURL
+ select BR2_PACKAGE_LUAJIT
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_OPENSSL
- select BR2_PACKAGE_JQ
- select BR2_PACKAGE_LIBB64
- select BR2_PACKAGE_ELFUTILS
+ select BR2_PACKAGE_ZLIB
help
Sysdig is open source, system-level exploration:
capture system state and activity from a running Linux
--
2.24.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-12-22 22:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-22 16:40 [Buildroot] [PATCH 1/1] package/sysdig: reorder selects alphabetically Fabrice Fontaine
2019-12-22 22:11 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox