diff mbox series

[meta-oe] nvme-cli: upgrade 2.6 -> 2.7.1

Message ID 20240109174942.156730-1-cvubrugier@fastmail.fm
State Accepted
Headers show
Series [meta-oe] nvme-cli: upgrade 2.6 -> 2.7.1 | expand

Commit Message

Christophe Vu-Brugier Jan. 9, 2024, 5:49 p.m. UTC
From: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>

Keep nvme-cli in sync with libnvme which was upgraded from 1.6 to
1.7.1 by the following commit:

 * 7a6ca59ab libnvme: upgrade 1.6 -> 1.7.1

Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>
---
 .../recipes-bsp/nvme-cli/{nvme-cli_2.6.bb => nvme-cli_2.7.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-bsp/nvme-cli/{nvme-cli_2.6.bb => nvme-cli_2.7.1.bb} (95%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.6.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.7.1.bb
similarity index 95%
rename from meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.6.bb
rename to meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.7.1.bb
index 0d8923f34..d2b2536bc 100644
--- a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.6.bb
+++ b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.7.1.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022 \
                     file://ccan/licenses/CC0;md5=c17af43b05840255a6fedc5eda9d56cc \
                     file://ccan/licenses/BSD-MIT;md5=838c366f69b72c5df05c96dff79b35f2"
 DEPENDS = "json-c libnvme"
-SRCREV = "bd2f882a49a14b0e21a94c928128b1979e4316fd"
+SRCREV = "dcdad6f5d70ffb2fa151f229db048180671eb1fe"
 
 SRC_URI = "git://github.com/linux-nvme/nvme-cli.git;branch=master;protocol=https"