From f3b2cfa3e45cf41c6eafda12a30496bdfc19da55 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 May 2024 17:09:39 +0800 Subject: libnvme: upgrade 1.8 -> 1.9 Changelog: https://github.com/linux-nvme/libnvme/releases/tag/v1.9 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/libnvme/libnvme_1.8.bb | 22 ---------------------- meta-oe/recipes-support/libnvme/libnvme_1.9.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-oe/recipes-support/libnvme/libnvme_1.8.bb create mode 100644 meta-oe/recipes-support/libnvme/libnvme_1.9.bb (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/libnvme/libnvme_1.8.bb b/meta-oe/recipes-support/libnvme/libnvme_1.8.bb deleted file mode 100644 index 3894facecb..0000000000 --- a/meta-oe/recipes-support/libnvme/libnvme_1.8.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 = "bff7dda7e2a0f883d0b89e23fed725c916de3e61" - -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.9.bb b/meta-oe/recipes-support/libnvme/libnvme_1.9.bb new file mode 100644 index 0000000000..1e03b4e7ad --- /dev/null +++ b/meta-oe/recipes-support/libnvme/libnvme_1.9.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 = "80c5cf2aa45f4afc7571dc48850fae3fd62828af" + +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