From 4d7202b296380f6ac5f77bf687f0b925a36f3cd6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 6 Nov 2024 14:30:23 +0800 Subject: libnvme: upgrade 1.10 -> 1.11 Changelog: https://github.com/linux-nvme/libnvme/releases/tag/v1.11 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/libnvme/libnvme_1.10.bb | 22 ---------------------- meta-oe/recipes-support/libnvme/libnvme_1.11.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-oe/recipes-support/libnvme/libnvme_1.10.bb create mode 100644 meta-oe/recipes-support/libnvme/libnvme_1.11.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/libnvme/libnvme_1.10.bb b/meta-oe/recipes-support/libnvme/libnvme_1.10.bb deleted file mode 100644 index a05d1168ef..0000000000 --- a/meta-oe/recipes-support/libnvme/libnvme_1.10.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "libnvme development C library" -DESCRIPTION = "\ -libnvme provides type definitions for NVMe specification structures, \ -enumerations, and bit fields, helper functions to construct, dispatch, \ -and decode commands and payloads, and utilities to connect, scan, and \ -manage nvme devices on a Linux system." -HOMEPAGE = "https://github.com/linux-nvme/${BPN}" -SECTION = "libs" -LICENSE = "LGPL-2.1-only & CC0-1.0 & MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ - file://ccan/licenses/CC0;md5=c17af43b05840255a6fedc5eda9d56cc \ - file://ccan/licenses/BSD-MIT;md5=838c366f69b72c5df05c96dff79b35f2" -DEPENDS = "json-c" -SRCREV = "dd51fa8550564c93436423a4d8ed4be92ae50290" - -SRC_URI = "git://github.com/linux-nvme/libnvme;protocol=https;branch=master" - -S = "${WORKDIR}/git" - -inherit meson pkgconfig - -EXTRA_OEMESON += "-Dkeyutils=disabled -Dopenssl=disabled -Dpython=disabled" diff --git a/meta-oe/recipes-support/libnvme/libnvme_1.11.bb b/meta-oe/recipes-support/libnvme/libnvme_1.11.bb new file mode 100644 index 0000000000..05336d2a3a --- /dev/null +++ b/meta-oe/recipes-support/libnvme/libnvme_1.11.bb @@ -0,0 +1,22 @@ +SUMMARY = "libnvme development C library" +DESCRIPTION = "\ +libnvme provides type definitions for NVMe specification structures, \ +enumerations, and bit fields, helper functions to construct, dispatch, \ +and decode commands and payloads, and utilities to connect, scan, and \ +manage nvme devices on a Linux system." +HOMEPAGE = "https://github.com/linux-nvme/${BPN}" +SECTION = "libs" +LICENSE = "LGPL-2.1-only & CC0-1.0 & MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ + file://ccan/licenses/CC0;md5=c17af43b05840255a6fedc5eda9d56cc \ + file://ccan/licenses/BSD-MIT;md5=838c366f69b72c5df05c96dff79b35f2" +DEPENDS = "json-c" +SRCREV = "2b3cb1746451f58583408a25857ca897d18cd4ca" + +SRC_URI = "git://github.com/linux-nvme/libnvme;protocol=https;branch=master" + +S = "${WORKDIR}/git" + +inherit meson pkgconfig + +EXTRA_OEMESON += "-Dkeyutils=disabled -Dopenssl=disabled -Dpython=disabled" -- cgit v1.2.3-54-g00ecf