aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorChristophe Vu-Brugier <christophe.vu-brugier@seagate.com>2024-05-20 13:17:32 +0200
committerKhem Raj <raj.khem@gmail.com>2024-05-20 10:58:12 -0700
commit9cd8c543927bc29040bce7fd579eefe137095a71 (patch)
treee2c551b01f140a0a25412aff51bad2c48001b10f /meta-oe
parentbc0a516502007c05e701f3e10aa1df1d07170ef5 (diff)
downloadmeta-openembedded-contrib-9cd8c543927bc29040bce7fd579eefe137095a71.tar.gz
nvme-cli: upgrade 2.8 -> 2.9.1
Keep nvme-cli in sync with libnvme which was upgraded from 1.8 to 1.9 by the following commit: * f3b2cfa3e libnvme: upgrade 1.8 -> 1.9 Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.9.1.bb (renamed from meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.8.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.8.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.9.1.bb
index 81b30c283d..78fff64fcd 100644
--- a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.8.bb
+++ b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.9.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 = "43b716b982da3df1cf8c4658f7c31b0fe28d377b"
+SRCREV = "b340fd7dcf1aef76f8d46ab28bef3c170d310887"
SRC_URI = "git://github.com/linux-nvme/nvme-cli.git;branch=master;protocol=https"