diff options
Diffstat (limited to 'meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.6.bb')
| -rw-r--r-- | meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.6.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.6.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.6.bb deleted file mode 100644 index 9b7e6cd4de..0000000000 --- a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.6.bb +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | SUMMARY = "NVMe management command line interface" | ||
| 2 | AUTHOR = "Stefan Wiehler <stefan.wiehler@missinglinkelectronics.com>" | ||
| 3 | HOMEPAGE = "https://github.com/linux-nvme/nvme-cli" | ||
| 4 | SECTION = "console/utils" | ||
| 5 | LICENSE = "GPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8264535c0c4e9c6c335635c4026a8022" | ||
| 7 | DEPENDS = "util-linux" | ||
| 8 | PV .= "+git${SRCPV}" | ||
| 9 | |||
| 10 | SRC_URI = "git://github.com/linux-nvme/nvme-cli.git \ | ||
| 11 | file://0001-Makefile-fix-bash-completion-install-path.patch \ | ||
| 12 | " | ||
| 13 | SRCREV = "642d426faf8a67ed01e90f7c35c0d967f8cc52a3" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/git" | ||
| 16 | |||
| 17 | inherit bash-completion | ||
| 18 | |||
| 19 | do_install() { | ||
| 20 | oe_runmake PREFIX=${prefix} DESTDIR=${D} install | ||
| 21 | } | ||
