openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [meta-oe][PATCH] nvme-cli: Use install-spec target
@ 2019-10-09 15:19 Khem Raj
  2019-10-12 12:44 ` [meta-oe][PATCH] nvme-cli: defer host ID generation to post installation Stefan Wiehler
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2019-10-09 15:19 UTC (permalink / raw)
  To: openembedded-devel

install target build install-hostparams as well, which tries to run nvme
tool during build, we defer that to runtime post_install anyway so we
can ignore building it during install task

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb
index 256d83f039..fa47c9e7bc 100644
--- a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb
+++ b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git"
 inherit bash-completion systemd
 
 do_install() {
-    oe_runmake install DESTDIR=${D} PREFIX=${prefix} \
+    oe_runmake install-spec DESTDIR=${D} PREFIX=${prefix} \
         UDEVDIR=${nonarch_base_libdir}/udev SYSTEMDDIR=${systemd_unitdir}
 }
 
-- 
2.23.0



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-10-15  6:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-09 15:19 [meta-oe][PATCH] nvme-cli: Use install-spec target Khem Raj
2019-10-12 12:44 ` [meta-oe][PATCH] nvme-cli: defer host ID generation to post installation Stefan Wiehler
2019-10-12 12:44   ` Stefan Wiehler
2019-10-12 15:37     ` Khem Raj
2019-10-15  6:56       ` [meta-oe][PATCH v2] " Stefan Wiehler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).