diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2020-07-26 02:09:46 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-07-28 12:23:16 -0700 |
| commit | 4bd3a42c94495572fec86da10c13dc388fdb3936 (patch) | |
| tree | ac48eac29bf8245dc4ae93b34789954219c0b4c1 /meta-oe/recipes-core/ndctl/ndctl_v67.bb | |
| parent | 447c3b735e1ec7ede4076956856242f8d8791ab7 (diff) | |
| download | meta-openembedded-4bd3a42c94495572fec86da10c13dc388fdb3936.tar.gz | |
dctl: update v69
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/ndctl/ndctl_v67.bb')
| -rw-r--r-- | meta-oe/recipes-core/ndctl/ndctl_v67.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-oe/recipes-core/ndctl/ndctl_v67.bb b/meta-oe/recipes-core/ndctl/ndctl_v67.bb deleted file mode 100644 index da0c6563a7..0000000000 --- a/meta-oe/recipes-core/ndctl/ndctl_v67.bb +++ /dev/null | |||
| @@ -1,32 +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 = "GPLv2+" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=e66651809cac5da60c8b80e9e4e79e08" | ||
| 10 | |||
| 11 | inherit autotools-brokensep pkgconfig bash-completion systemd | ||
| 12 | |||
| 13 | SRCREV = "637bb424dc317a044c722a671355ef9df0e0d30f" | ||
| 14 | SRC_URI = "git://github.com/pmem/ndctl.git" | ||
| 15 | |||
| 16 | DEPENDS = "kmod udev json-c keyutils" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/git" | ||
| 19 | |||
| 20 | EXTRA_OECONF += "--enable-test --enable-destructive --disable-docs" | ||
| 21 | |||
| 22 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)}" | ||
| 23 | PACKAGECONFIG[systemd] = "--with-systemd, --without-systemd, systemd" | ||
| 24 | |||
| 25 | do_configure_prepend() { | ||
| 26 | ${S}/autogen.sh | ||
| 27 | } | ||
| 28 | |||
| 29 | SYSTEMD_SERVICE_${PN} = "ndctl-monitor.service" | ||
| 30 | SYSTEMD_AUTO_ENABLE_${PN} = "disable" | ||
| 31 | |||
| 32 | FILES_${PN} += "${datadir}/daxctl/daxctl.conf" | ||
