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