diff options
| author | Christophe Vu-Brugier <christophe.vu-brugier@seagate.com> | 2024-02-14 18:44:52 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-14 12:59:18 -0800 |
| commit | d3957c4f98f6cbf67b4c0df447d2efff52752ed2 (patch) | |
| tree | 8340569c5432916bee338356176bf2621e5204e9 /meta-oe/recipes-support/libnvme/libnvme_1.7.1.bb | |
| parent | b149b1e6a1de2bdea10b0a6de34d5a5bbba4a657 (diff) | |
| download | meta-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/libnvme/libnvme_1.7.1.bb')
| -rw-r--r-- | meta-oe/recipes-support/libnvme/libnvme_1.7.1.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-oe/recipes-support/libnvme/libnvme_1.7.1.bb b/meta-oe/recipes-support/libnvme/libnvme_1.7.1.bb deleted file mode 100644 index 985fd7c55c..0000000000 --- a/meta-oe/recipes-support/libnvme/libnvme_1.7.1.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | SUMMARY = "libnvme development C library" | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | libnvme provides type definitions for NVMe specification structures, \ | ||
| 4 | enumerations, and bit fields, helper functions to construct, dispatch, \ | ||
| 5 | and decode commands and payloads, and utilities to connect, scan, and \ | ||
| 6 | manage nvme devices on a Linux system." | ||
| 7 | HOMEPAGE = "https://github.com/linux-nvme/${BPN}" | ||
| 8 | SECTION = "libs" | ||
| 9 | LICENSE = "LGPL-2.1-only & CC0-1.0 & MIT" | ||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ | ||
| 11 | file://ccan/licenses/CC0;md5=c17af43b05840255a6fedc5eda9d56cc \ | ||
| 12 | file://ccan/licenses/BSD-MIT;md5=838c366f69b72c5df05c96dff79b35f2" | ||
| 13 | DEPENDS = "json-c" | ||
| 14 | SRCREV = "13ba38387e5446849ae59d3ccd8183cf9aca3145" | ||
| 15 | |||
| 16 | SRC_URI = "git://github.com/linux-nvme/libnvme;protocol=https;branch=master" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | inherit meson pkgconfig | ||
| 21 | |||
| 22 | EXTRA_OEMESON += "-Dkeyutils=disabled -Dopenssl=disabled -Dpython=disabled" | ||
