All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/dtc: qemu system build need libfdt.
@ 2017-11-02 12:14 Guo Ren
  2017-11-02 16:27 ` Yann E. MORIN
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Guo Ren @ 2017-11-02 12:14 UTC (permalink / raw)
  To: buildroot

The "install-bin" just install dtc's programs to host/bin without
libfdt, but qemu system compile need libfdt.

see: https://gitlab.com/c-sky/buildroot/-/jobs/38654503

So we need install libfdt to satisfy qemu system compile.

Change-Id: I85748479ac11e1c6452d3f79d04f02666218774a
Signed-off-by: Guo Ren <ren_guo@c-sky.com>
---
 package/dtc/dtc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/dtc/dtc.mk b/package/dtc/dtc.mk
index dd0f30d..1bcee29 100644
--- a/package/dtc/dtc.mk
+++ b/package/dtc/dtc.mk
@@ -51,7 +51,7 @@ define HOST_DTC_BUILD_CMDS
 endef
 
 define HOST_DTC_INSTALL_CMDS
-	$(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D) PREFIX=$(HOST_DIR) install-bin
+	$(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D) PREFIX=$(HOST_DIR) install
 endef
 
 $(eval $(generic-package))
-- 
2.7.4

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

end of thread, other threads:[~2017-11-06 17:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-02 12:14 [Buildroot] [PATCH 1/1] package/dtc: qemu system build need libfdt Guo Ren
2017-11-02 16:27 ` Yann E. MORIN
2017-11-03  1:49   ` Guo Ren
2017-11-02 21:14 ` Thomas Petazzoni
2017-11-03  2:00 ` Jan Kundrát
2017-11-03  2:33   ` Jan Kundrát
2017-11-04 20:51     ` Arnout Vandecappelle
2017-11-06 15:41       ` Matthew Weber
2017-11-06 17:40         ` Matthew Weber

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.