summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libnvme/libnvme_1.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libnvme/libnvme_1.9.bb')
-rw-r--r--meta-oe/recipes-support/libnvme/libnvme_1.9.bb22
1 files changed, 22 insertions, 0 deletions
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 000000000..1e03b4e7a
--- /dev/null
+++ b/meta-oe/recipes-support/libnvme/libnvme_1.9.bb
@@ -0,0 +1,22 @@
1SUMMARY = "libnvme development C library"
2DESCRIPTION = "\
3libnvme provides type definitions for NVMe specification structures, \
4enumerations, and bit fields, helper functions to construct, dispatch, \
5and decode commands and payloads, and utilities to connect, scan, and \
6manage nvme devices on a Linux system."
7HOMEPAGE = "https://github.com/linux-nvme/${BPN}"
8SECTION = "libs"
9LICENSE = "LGPL-2.1-only & CC0-1.0 & MIT"
10LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
11 file://ccan/licenses/CC0;md5=c17af43b05840255a6fedc5eda9d56cc \
12 file://ccan/licenses/BSD-MIT;md5=838c366f69b72c5df05c96dff79b35f2"
13DEPENDS = "json-c"
14SRCREV = "80c5cf2aa45f4afc7571dc48850fae3fd62828af"
15
16SRC_URI = "git://github.com/linux-nvme/libnvme;protocol=https;branch=master"
17
18S = "${WORKDIR}/git"
19
20inherit meson pkgconfig
21
22EXTRA_OEMESON += "-Dkeyutils=disabled -Dopenssl=disabled -Dpython=disabled"