mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libkmod: Version bump. 30 -> 31
@ 2023-10-01 16:19 Christian Melki
  2023-10-18  7:42 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-10-01 16:19 UTC (permalink / raw)
  To: ptxdist

Minor fixes and enhancements.
Module loading with dependencies should now resolve
from anywhere, instead of just selected paths.
https://lwn.net/Articles/946017/

* Pin down some more options.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/libkmod.make | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/rules/libkmod.make b/rules/libkmod.make
index f9076f09f..e89388615 100644
--- a/rules/libkmod.make
+++ b/rules/libkmod.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBKMOD) += libkmod
 #
 # Paths and names
 #
-LIBKMOD_VERSION	:= 30
-LIBKMOD_MD5	:= 85202f0740a75eb52f2163c776f9b564
+LIBKMOD_VERSION	:= 31
+LIBKMOD_MD5	:= 6165867e1836d51795a11ea4762ff66a
 LIBKMOD		:= kmod-$(LIBKMOD_VERSION)
 LIBKMOD_SUFFIX	:= tar.xz
 LIBKMOD_URL	:= $(call ptx/mirror, KERNEL, utils/kernel/kmod/$(LIBKMOD).$(LIBKMOD_SUFFIX))
@@ -43,6 +43,9 @@ LIBKMOD_CONF_OPT	:= \
 	--$(call ptx/endis, PTXCONF_LIBKMOD_DEBUG)-debug \
 	--disable-python \
 	--disable-coverage \
+	--disable-gtk-doc \
+	--disable-gtk-doc-html \
+	--disable-gtk-doc-pdf \
 	--$(call ptx/wwo, PTXCONF_LIBKMOD_ZSTD)-zstd \
 	--without-xz \
 	--$(call ptx/wwo, PTXCONF_LIBKMOD_ZLIB)-zlib \
-- 
2.34.1




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

* Re: [ptxdist] [APPLIED] libkmod: Version bump. 30 -> 31
  2023-10-01 16:19 [ptxdist] [PATCH] libkmod: Version bump. 30 -> 31 Christian Melki
@ 2023-10-18  7:42 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2023-10-18  7:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as a6c3af737591199b756818b82ac1f0846774c736.

Michael

[sent from post-receive hook]

On Wed, 18 Oct 2023 09:42:46 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Minor fixes and enhancements.
> Module loading with dependencies should now resolve
> from anywhere, instead of just selected paths.
> https://lwn.net/Articles/946017/
> 
> * Pin down some more options.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20231001161907.633639-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libkmod.make b/rules/libkmod.make
> index f9076f09f588..e89388615a59 100644
> --- a/rules/libkmod.make
> +++ b/rules/libkmod.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBKMOD) += libkmod
>  #
>  # Paths and names
>  #
> -LIBKMOD_VERSION	:= 30
> -LIBKMOD_MD5	:= 85202f0740a75eb52f2163c776f9b564
> +LIBKMOD_VERSION	:= 31
> +LIBKMOD_MD5	:= 6165867e1836d51795a11ea4762ff66a
>  LIBKMOD		:= kmod-$(LIBKMOD_VERSION)
>  LIBKMOD_SUFFIX	:= tar.xz
>  LIBKMOD_URL	:= $(call ptx/mirror, KERNEL, utils/kernel/kmod/$(LIBKMOD).$(LIBKMOD_SUFFIX))
> @@ -43,6 +43,9 @@ LIBKMOD_CONF_OPT	:= \
>  	--$(call ptx/endis, PTXCONF_LIBKMOD_DEBUG)-debug \
>  	--disable-python \
>  	--disable-coverage \
> +	--disable-gtk-doc \
> +	--disable-gtk-doc-html \
> +	--disable-gtk-doc-pdf \
>  	--$(call ptx/wwo, PTXCONF_LIBKMOD_ZSTD)-zstd \
>  	--without-xz \
>  	--$(call ptx/wwo, PTXCONF_LIBKMOD_ZLIB)-zlib \



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

end of thread, other threads:[~2023-10-18  7:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-01 16:19 [ptxdist] [PATCH] libkmod: Version bump. 30 -> 31 Christian Melki
2023-10-18  7:42 ` [ptxdist] [APPLIED] " Michael Olbrich

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