summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Vu-Brugier <christophe.vu-brugier@seagate.com>2023-10-06 17:57:43 +0200
committerKhem Raj <raj.khem@gmail.com>2023-10-07 17:53:55 -0700
commit9ef26775a5d9afad5277c8ef6c1f3332e4bbdf10 (patch)
tree50f753cb24a2f4928a8798d7a2403caa9da30e45
parent04ed4f1383314f0bd96ca3b4c04c64d998a0c0fb (diff)
downloadmeta-openembedded-9ef26775a5d9afad5277c8ef6c1f3332e4bbdf10.tar.gz
libnvme: upgrade 1.5 -> 1.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-support/libnvme/libnvme_1.6.bb (renamed from meta-oe/recipes-support/libnvme/libnvme_1.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libnvme/libnvme_1.5.bb b/meta-oe/recipes-support/libnvme/libnvme_1.6.bb
index 4b6f1e30be..37e5d63011 100644
--- a/meta-oe/recipes-support/libnvme/libnvme_1.5.bb
+++ b/meta-oe/recipes-support/libnvme/libnvme_1.6.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 = "4fea83db8328ea788ea8f1001e8ce1cb80ef5fae" 14SRCREV = "37a803cf77e224f66d86b1e1d9e74a15f55ea600"
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