summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorChristophe Vu-Brugier <christophe.vu-brugier@seagate.com>2024-02-14 18:44:52 +0100
committerKhem Raj <raj.khem@gmail.com>2024-02-14 12:59:18 -0800
commitd3957c4f98f6cbf67b4c0df447d2efff52752ed2 (patch)
tree8340569c5432916bee338356176bf2621e5204e9 /meta-oe/recipes-support
parentb149b1e6a1de2bdea10b0a6de34d5a5bbba4a657 (diff)
downloadmeta-openembedded-d3957c4f98f6cbf67b4c0df447d2efff52752ed2.tar.gz
libnvme: upgrade 1.7.1 -> 1.8
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-support')
-rw-r--r--meta-oe/recipes-support/libnvme/libnvme_1.8.bb (renamed from meta-oe/recipes-support/libnvme/libnvme_1.7.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libnvme/libnvme_1.7.1.bb b/meta-oe/recipes-support/libnvme/libnvme_1.8.bb
index 985fd7c55..3894facec 100644
--- a/meta-oe/recipes-support/libnvme/libnvme_1.7.1.bb
+++ b/meta-oe/recipes-support/libnvme/libnvme_1.8.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
11 file://ccan/licenses/CC0;md5=c17af43b05840255a6fedc5eda9d56cc \ 11 file://ccan/licenses/CC0;md5=c17af43b05840255a6fedc5eda9d56cc \
12 file://ccan/licenses/BSD-MIT;md5=838c366f69b72c5df05c96dff79b35f2" 12 file://ccan/licenses/BSD-MIT;md5=838c366f69b72c5df05c96dff79b35f2"
13DEPENDS = "json-c" 13DEPENDS = "json-c"
14SRCREV = "13ba38387e5446849ae59d3ccd8183cf9aca3145" 14SRCREV = "bff7dda7e2a0f883d0b89e23fed725c916de3e61"
15 15
16SRC_URI = "git://github.com/linux-nvme/libnvme;protocol=https;branch=master" 16SRC_URI = "git://github.com/linux-nvme/libnvme;protocol=https;branch=master"
17 17