All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

* [Buildroot] [PATCH 1/1] package/sysdig: reorder selects alphabetically
  2019-12-22 16:40 [Buildroot] [PATCH 1/1] package/sysdig: reorder selects alphabetically Fabrice Fontaine
@ 2019-12-22 22:11 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-12-22 22:11 UTC (permalink / raw)
  To: buildroot

On Sun, 22 Dec 2019 17:40:39 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/sysdig/Config.in | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[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 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.