mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
nvme-cli: upgrade 1.9 -> 1.10.1
Also backport a patch to fix a build failure with the mucl libc. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
fa91738a94
commit
e4a1287bf1
@ -0,0 +1,26 @@
|
||||
From 0ff7ad2c88e3a47e7e3f6fe68c28a8d2d8a71f1f Mon Sep 17 00:00:00 2001
|
||||
From: Neel Chotai <neel@chot.ai>
|
||||
Date: Fri, 14 Feb 2020 17:56:23 +0000
|
||||
Subject: [PATCH] fix musl compilation
|
||||
|
||||
Upstream-Status: Backport [https://github.com/linux-nvme/nvme-cli/commit/0ff7ad2c88e3a47e7e3f6fe68c28a8d2d8a71f1f]
|
||||
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
|
||||
---
|
||||
plugins/micron/micron-nvme.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/plugins/micron/micron-nvme.c b/plugins/micron/micron-nvme.c
|
||||
index 8240887..165fcf0 100644
|
||||
--- a/plugins/micron/micron-nvme.c
|
||||
+++ b/plugins/micron/micron-nvme.c
|
||||
@@ -13,6 +13,7 @@
|
||||
#include "nvme-print.h"
|
||||
#include "nvme-ioctl.h"
|
||||
#include <sys/ioctl.h>
|
||||
+#include <limits.h>
|
||||
|
||||
#define CREATE_CMD
|
||||
#include "micron-nvme.h"
|
||||
--
|
||||
2.7.4
|
||||
|
||||
@ -7,8 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022"
|
||||
DEPENDS = "util-linux"
|
||||
PV .= "+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://github.com/linux-nvme/nvme-cli.git"
|
||||
SRCREV = "977e7d4cf59c3c7f89e9c093c91f991b07292e45"
|
||||
SRC_URI = "git://github.com/linux-nvme/nvme-cli.git \
|
||||
file://0001-fix-musl-compilation.patch \
|
||||
"
|
||||
SRCREV = "1d84d6ae0c7d7ceff5a73fe174dde8b0005f6108"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user