mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libkmod: version bump 18 -> 20
@ 2015-03-06 18:48 Robert Schwebel
  2015-03-06 19:39 ` Uwe Kleine-König
  2015-03-26  8:48 ` Michael Olbrich
  0 siblings, 2 replies; 6+ messages in thread
From: Robert Schwebel @ 2015-03-06 18:48 UTC (permalink / raw)
  To: ptxdist; +Cc: Robert Schwebel

We have a new option for code coverage, which shall be disabled by
default.

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
 rules/libkmod.make | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/rules/libkmod.make b/rules/libkmod.make
index ab88923..d0e3c6a 100644
--- a/rules/libkmod.make
+++ b/rules/libkmod.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBKMOD) += libkmod
 #
 # Paths and names
 #
-LIBKMOD_VERSION	:= 19
-LIBKMOD_MD5	:= a08643f814aa4efc12211c6e5909f4d9
+LIBKMOD_VERSION	:= 20
+LIBKMOD_MD5	:= d6f4fef718a50bd88080de6a43bc64d8
 LIBKMOD		:= kmod-$(LIBKMOD_VERSION)
 LIBKMOD_SUFFIX	:= tar.xz
 LIBKMOD_URL	:= $(call ptx/mirror, KERNEL, utils/kernel/kmod/$(LIBKMOD).$(LIBKMOD_SUFFIX))
@@ -45,7 +45,8 @@ LIBKMOD_CONF_OPT	:= \
 	--disable-gtk-doc-html \
 	--disable-gtk-doc-pdf \
 	--without-xz \
-	--$(call ptx/wwo, PTXCONF_LIBKMOD_ZLIB)-zlib
+	--$(call ptx/wwo, PTXCONF_LIBKMOD_ZLIB)-zlib \
+	--disable-coverage
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.1.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2015-03-26  8:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-06 18:48 [ptxdist] [PATCH] libkmod: version bump 18 -> 20 Robert Schwebel
2015-03-06 19:39 ` Uwe Kleine-König
2015-03-06 19:54   ` Robert Schwebel
2015-03-07  9:23     ` Uwe Kleine-König
2015-03-21 13:34       ` Michael Olbrich
2015-03-26  8:48 ` Michael Olbrich

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