From 7da957f0425f6b8ed9539960190cf8472bf6ca7d Mon Sep 17 00:00:00 2001 From: Christophe Vu-Brugier Date: Fri, 6 Oct 2023 17:57:44 +0200 Subject: [PATCH] nvme-cli: upgrade 2.5 -> 2.6 Signed-off-by: Christophe Vu-Brugier Signed-off-by: Khem Raj (cherry picked from commit 719042228998484b9022676a2726002d10593343) Signed-off-by: Armin Kuster --- .../recipes-bsp/nvme-cli/{nvme-cli_2.5.bb => nvme-cli_2.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-bsp/nvme-cli/{nvme-cli_2.5.bb => nvme-cli_2.6.bb} (95%) diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.5.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.6.bb similarity index 95% rename from meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.5.bb rename to meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.6.bb index 492de65a85..0d8923f342 100644 --- a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.5.bb +++ b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.6.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 = "d6c07e0de9be777009ebb9ab7475bee1ae3e0e95" +SRCREV = "bd2f882a49a14b0e21a94c928128b1979e4316fd" SRC_URI = "git://github.com/linux-nvme/nvme-cli.git;branch=master;protocol=https"