summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/ndctl/ndctl_v69.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/ndctl/ndctl_v69.bb')
-rw-r--r--meta-oe/recipes-core/ndctl/ndctl_v69.bb34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-oe/recipes-core/ndctl/ndctl_v69.bb b/meta-oe/recipes-core/ndctl/ndctl_v69.bb
deleted file mode 100644
index 5f119c6b7d..0000000000
--- a/meta-oe/recipes-core/ndctl/ndctl_v69.bb
+++ /dev/null
@@ -1,34 +0,0 @@
1SUMMARY = "libnvdimm utility library"
2DESCRIPTION = "Utility library for managing the libnvdimm \
3(non-volatile memory device) sub-system in the Linux kernel. \
4The LIBNVDIMM subsystem provides support for three types of \
5NVDIMMs, namely,PMEM, BLK, and NVDIMM devices that can \
6simultaneously support both PMEM and BLK mode access."
7HOMEPAGE = "https://git.kernel.org/cgit/linux/kernel/git/nvdimm/nvdimm.git/tree/Documentation/nvdimm/nvdimm.txt?h=libnvdimm-for-next"
8LICENSE = "GPL-2.0-or-later"
9LIC_FILES_CHKSUM = "file://COPYING;md5=e66651809cac5da60c8b80e9e4e79e08"
10
11inherit autotools-brokensep pkgconfig bash-completion systemd
12
13SRCREV = "ea62d6d53bf6f806c4841e97a370201e18446860"
14SRC_URI = "git://github.com/pmem/ndctl.git;branch=master;protocol=https"
15
16UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>v\d+(\.\d+)*)"
17
18DEPENDS = "kmod udev json-c keyutils"
19
20S = "${WORKDIR}/git"
21
22EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs"
23
24PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}"
25PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd"
26
27do_configure:prepend() {
28 ${S}/autogen.sh
29}
30
31SYSTEMD_SERVICE:${PN} = "ndctl-monitor.service"
32SYSTEMD_AUTO_ENABLE:${PN} = "disable"
33
34FILES:${PN} += "${datadir}/daxctl/daxctl.conf"