Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 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" |
Andrew Geissler | 2013739 | 2023-10-12 04:59:14 -0600 | [diff] [blame] | 14 | SRCREV = "37a803cf77e224f66d86b1e1d9e74a15f55ea600" |
Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 15 | |
Andrew Geissler | 2013739 | 2023-10-12 04:59:14 -0600 | [diff] [blame] | 16 | SRC_URI = "git://github.com/linux-nvme/libnvme;protocol=https;branch=master \ |
| 17 | file://0001-test-handle-POSIX-ioctl-prototype.patch \ |
| 18 | " |
Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 19 | |
| 20 | S = "${WORKDIR}/git" |
| 21 | |
| 22 | inherit meson pkgconfig |
| 23 | |
| 24 | EXTRA_OEMESON += "-Dkeyutils=disabled -Dopenssl=disabled -Dpython=disabled" |