diff mbox series

[meta-oe,2/2] nvme-cli: upgrade 2.7.1 -> 2.8

Message ID 20240214174453.59408-2-cvubrugier@fastmail.fm
State Accepted
Headers show
Series [meta-oe,1/2] libnvme: upgrade 1.7.1 -> 1.8 | expand

Commit Message

Christophe Vu-Brugier Feb. 14, 2024, 5:44 p.m. UTC
From: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>

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

Patch

diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.7.1.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.8.bb
similarity index 95%
rename from meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.7.1.bb
rename to meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.8.bb
index d2b2536bc..81b30c283 100644
--- a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.7.1.bb
+++ b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.8.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 = "dcdad6f5d70ffb2fa151f229db048180671eb1fe"
+SRCREV = "43b716b982da3df1cf8c4658f7c31b0fe28d377b"
 
 SRC_URI = "git://github.com/linux-nvme/nvme-cli.git;branch=master;protocol=https"