diff options
author | Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> | 2023-10-06 17:57:44 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-10-07 17:53:55 -0700 |
commit | 719042228998484b9022676a2726002d10593343 (patch) | |
tree | 2484517f7d68d41584f780280bb28b2fddd541e1 | |
parent | 29644952a6555849274b8ef8a8bd9fba2658dd76 (diff) | |
download | meta-openembedded-719042228998484b9022676a2726002d10593343.tar.gz |
nvme-cli: upgrade 2.5 -> 2.6
Signed-off-by: Christophe Vu-Brugier <christophe.vu-brugier@seagate.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.6.bb (renamed from meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 index 492de65a8..0d8923f34 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 \ | |||
6 | file://ccan/licenses/CC0;md5=c17af43b05840255a6fedc5eda9d56cc \ | 6 | file://ccan/licenses/CC0;md5=c17af43b05840255a6fedc5eda9d56cc \ |
7 | file://ccan/licenses/BSD-MIT;md5=838c366f69b72c5df05c96dff79b35f2" | 7 | file://ccan/licenses/BSD-MIT;md5=838c366f69b72c5df05c96dff79b35f2" |
8 | DEPENDS = "json-c libnvme" | 8 | DEPENDS = "json-c libnvme" |
9 | SRCREV = "d6c07e0de9be777009ebb9ab7475bee1ae3e0e95" | 9 | SRCREV = "bd2f882a49a14b0e21a94c928128b1979e4316fd" |
10 | 10 | ||
11 | SRC_URI = "git://github.com/linux-nvme/nvme-cli.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/linux-nvme/nvme-cli.git;branch=master;protocol=https" |
12 | 12 | ||