All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/sysdig: Fix check-package
@ 2020-08-03  7:31 Stephane Viau
  2020-08-03 14:38 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Stephane Viau @ 2020-08-03  7:31 UTC (permalink / raw)
  To: buildroot

This patch fixes a couple of 'check-package' errors:

	package/sysdig/sysdig.mk:23: remove trailing backslash
	package/sysdig/sysdig.mk:25: consecutive empty lines

Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>
---
 package/sysdig/sysdig.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/sysdig/sysdig.mk b/package/sysdig/sysdig.mk
index 9c8b818..bcbb5ce 100644
--- a/package/sysdig/sysdig.mk
+++ b/package/sysdig/sysdig.mk
@@ -20,8 +20,7 @@ SYSDIG_DEPENDENCIES = \
 	luainterpreter \
 	ncurses \
 	openssl \
-	zlib \
-
+	zlib
 
 # sysdig creates the module Makefile from a template, which contains a
 # single place-holder, KBUILD_FLAGS, wich is only replaced with two
-- 
2.7.4

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

* [Buildroot] [PATCH 1/1] package/sysdig: Fix check-package
  2020-08-03  7:31 [Buildroot] [PATCH 1/1] package/sysdig: Fix check-package Stephane Viau
@ 2020-08-03 14:38 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2020-08-03 14:38 UTC (permalink / raw)
  To: buildroot

St?phane, All,

On 2020-08-03 09:31 +0200, Stephane Viau spake thusly:
> This patch fixes a couple of 'check-package' errors:
> 
> 	package/sysdig/sysdig.mk:23: remove trailing backslash
> 	package/sysdig/sysdig.mk:25: consecutive empty lines
> 
> Signed-off-by: Stephane Viau <stephane.viau@oss.nxp.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/sysdig/sysdig.mk | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/package/sysdig/sysdig.mk b/package/sysdig/sysdig.mk
> index 9c8b818..bcbb5ce 100644
> --- a/package/sysdig/sysdig.mk
> +++ b/package/sysdig/sysdig.mk
> @@ -20,8 +20,7 @@ SYSDIG_DEPENDENCIES = \
>  	luainterpreter \
>  	ncurses \
>  	openssl \
> -	zlib \
> -
> +	zlib
>  
>  # sysdig creates the module Makefile from a template, which contains a
>  # single place-holder, KBUILD_FLAGS, wich is only replaced with two
> -- 
> 2.7.4
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2020-08-03 14:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03  7:31 [Buildroot] [PATCH 1/1] package/sysdig: Fix check-package Stephane Viau
2020-08-03 14:38 ` Yann E. MORIN

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.