| SUMMARY = "NVMe management command line interface" |
| HOMEPAGE = "https://github.com/linux-nvme/nvme-cli" |
| SECTION = "console/utils" |
| LICENSE = "GPL-2.0-only" |
| LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022" |
| DEPENDS = "util-linux json-c libnvme" |
| PV .= "+git${SRCPV}" |
| PR = "r1" |
| |
| SRC_URI = "git://github.com/linux-nvme/nvme-cli.git;branch=master;protocol=https" |
| SRCREV = "33e51c967c5e38f8360d6ff9bae9ad06275859ce" |
| |
| S = "${WORKDIR}/git" |
| |
| inherit bash-completion systemd meson pkgconfig |
| |
| do_install() { |
| install -d ${D}${bindir} |
| install -m 0755 ${WORKDIR}/build/nvme ${D}${bindir}/ |
| } |