mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/libnvme: bump to version 1.9
Starting with libnvme commit [0] MMU is required so let's add a depends
on BR2_USE_MMU accordingly.
[0]:
7d927f5f38
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
fbd9a3f311
commit
5dcae8480c
@@ -59,6 +59,7 @@ config BR2_PACKAGE_LIBBLOCKDEV_MDRAID
|
||||
|
||||
config BR2_PACKAGE_LIBBLOCKDEV_NVME
|
||||
bool "nvme"
|
||||
depends on BR2_USE_MMU # libnvme
|
||||
select BR2_PACKAGE_LIBNVME
|
||||
|
||||
config BR2_PACKAGE_LIBBLOCKDEV_PART
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user