Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/sysdig: fix incorrect module name
@ 2017-08-14  6:35 Angelo Compagnucci
  2017-08-14 20:14 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Angelo Compagnucci @ 2017-08-14  6:35 UTC (permalink / raw)
  To: buildroot

Latest version of sysdig introduced a variable for the kernel module
name. This patch updates that variable into Makefile.in.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
---
 package/sysdig/sysdig.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/sysdig/sysdig.mk b/package/sysdig/sysdig.mk
index 2d5ad23..ecafb9d 100644
--- a/package/sysdig/sysdig.mk
+++ b/package/sysdig/sysdig.mk
@@ -24,6 +24,7 @@ SYSDIG_SUPPORTS_IN_SOURCE_BUILD = NO
 define SYSDIG_MODULE_GEN_MAKEFILE
 	$(INSTALL) -m 0644 $(@D)/driver/Makefile.in $(@D)/driver/Makefile
 	$(SED) 's/@KBUILD_FLAGS@//;' $(@D)/driver/Makefile
+	$(SED) 's/@PROBE_NAME@/sysdig-probe/;' $(@D)/driver/Makefile
 endef
 SYSDIG_POST_PATCH_HOOKS += SYSDIG_MODULE_GEN_MAKEFILE
 
-- 
2.7.4

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

* [Buildroot] [PATCH] package/sysdig: fix incorrect module name
  2017-08-14  6:35 [Buildroot] [PATCH] package/sysdig: fix incorrect module name Angelo Compagnucci
@ 2017-08-14 20:14 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-08-14 20:14 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 14 Aug 2017 08:35:48 +0200, Angelo Compagnucci wrote:
> Latest version of sysdig introduced a variable for the kernel module
> name. This patch updates that variable into Makefile.in.
> 
> Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
> ---
>  package/sysdig/sysdig.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-08-14 20:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-14  6:35 [Buildroot] [PATCH] package/sysdig: fix incorrect module name Angelo Compagnucci
2017-08-14 20:14 ` Thomas Petazzoni

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