Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libnvme: bump to version 1.9
@ 2024-07-02 16:28 Giulio Benetti
  2024-07-09 21:19 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Giulio Benetti @ 2024-07-02 16:28 UTC (permalink / raw)
  To: buildroot; +Cc: Giulio Benetti

Starting with libnvme commit [0] MMU is required so let's add a depends
on BR2_USE_MMU accordingly.

[0]:
https://github.com/linux-nvme/libnvme/commit/7d927f5f38ebd7c90abebb5ebac4701a1bad0993

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
---
 package/libnvme/Config.in    | 1 +
 package/libnvme/libnvme.hash | 2 +-
 package/libnvme/libnvme.mk   | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/libnvme/Config.in b/package/libnvme/Config.in
index f298046563..bf169f4a90 100644
--- a/package/libnvme/Config.in
+++ b/package/libnvme/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LIBNVME
 	bool "libnvme"
+	depends on BR2_USE_MMU # malloc_usable_size()
 	help
 	  libnvme provides type definitions for NVMe specification
 	  and utilities for nvme devices handling in Linux.
diff --git a/package/libnvme/libnvme.hash b/package/libnvme/libnvme.hash
index 469006d632..99c633882a 100644
--- a/package/libnvme/libnvme.hash
+++ b/package/libnvme/libnvme.hash
@@ -1,3 +1,3 @@
 # Locally calculated sha256 checksums
-sha256  d59939a280eec41eb7a716e1681d0d0c612099385204ffb55d07134a6be08d75  libnvme-1.8.tar.gz
+sha256  455867060d2b7563eab59fe21779dff469d98465028997178c7efbe4b8763206  libnvme-1.9.tar.gz
 sha256  dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  COPYING
diff --git a/package/libnvme/libnvme.mk b/package/libnvme/libnvme.mk
index bf131d2a38..da8707db7d 100644
--- a/package/libnvme/libnvme.mk
+++ b/package/libnvme/libnvme.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBNVME_VERSION = 1.8
+LIBNVME_VERSION = 1.9
 LIBNVME_SITE = $(call github,linux-nvme,libnvme,v$(LIBNVME_VERSION))
 LIBNVME_LICENSE = LGPL-2.1
 LIBNVME_LICENSE_FILES = COPYING
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/libnvme: bump to version 1.9
  2024-07-02 16:28 [Buildroot] [PATCH] package/libnvme: bump to version 1.9 Giulio Benetti
@ 2024-07-09 21:19 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-07-09 21:19 UTC (permalink / raw)
  To: Giulio Benetti; +Cc: buildroot

On Tue,  2 Jul 2024 18:28:57 +0200
Giulio Benetti <giulio.benetti@benettiengineering.com> wrote:

> Starting with libnvme commit [0] MMU is required so let's add a depends
> on BR2_USE_MMU accordingly.
> 
> [0]:
> https://github.com/linux-nvme/libnvme/commit/7d927f5f38ebd7c90abebb5ebac4701a1bad0993
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
> ---
>  package/libnvme/Config.in    | 1 +
>  package/libnvme/libnvme.hash | 2 +-
>  package/libnvme/libnvme.mk   | 2 +-
>  3 files changed, 3 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-07-09 21:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-02 16:28 [Buildroot] [PATCH] package/libnvme: bump to version 1.9 Giulio Benetti
2024-07-09 21:19 ` Thomas Petazzoni via buildroot

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