diff options
author | Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> | 2024-01-09 18:49:42 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-01-09 10:05:02 -0800 |
commit | 7c4f3f1e3eeaf94972c893d67e23682af5f93ed1 (patch) | |
tree | 921e15fb11016d2154caa6c22c379cda99655efc /meta-oe/recipes-bsp | |
parent | 03cfdf3d077be0257a6fae6adb79ee7773b19d42 (diff) | |
download | meta-openembedded-7c4f3f1e3eeaf94972c893d67e23682af5f93ed1.tar.gz |
nvme-cli: upgrade 2.6 -> 2.7.1
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-bsp')
-rw-r--r-- | meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.7.1.bb (renamed from meta-oe/recipes-bsp/nvme-cli/nvme-cli_2.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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 \ | |||
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 = "bd2f882a49a14b0e21a94c928128b1979e4316fd" | 9 | SRCREV = "dcdad6f5d70ffb2fa151f229db048180671eb1fe" |
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 | ||