All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/riscv-isa-sim: needs host-dtc
@ 2022-01-12 17:21 Fabrice Fontaine
  2022-01-12 19:45 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2022-01-12 17:21 UTC (permalink / raw)
  To: buildroot; +Cc: Julien Olivain, Fabrice Fontaine

Fix the following build failure raised since the addition of the package
in commit ccfc90e1010e42e6529afae3a5ea8bf7226dabc1:

configure: error: device-tree-compiler not found

Fixes:
 - http://autobuild.buildroot.org/results/d35ff4a0ca0a8463121d717a9727e0d863ca83e8

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/riscv-isa-sim/riscv-isa-sim.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/riscv-isa-sim/riscv-isa-sim.mk b/package/riscv-isa-sim/riscv-isa-sim.mk
index e10dd4c662..59f70fc432 100644
--- a/package/riscv-isa-sim/riscv-isa-sim.mk
+++ b/package/riscv-isa-sim/riscv-isa-sim.mk
@@ -8,5 +8,6 @@ RISCV_ISA_SIM_VERSION = 1.1.0
 RISCV_ISA_SIM_SITE = $(call github,riscv-software-src,riscv-isa-sim,v$(RISCV_ISA_SIM_VERSION))
 RISCV_ISA_SIM_LICENSE = BSD-3-Clause
 RISCV_ISA_SIM_LICENSE_FILES = LICENSE
+HOST_RISCV_ISA_SIM_DEPENDENCIES = host-dtc
 
 $(eval $(host-autotools-package))
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/riscv-isa-sim: needs host-dtc
  2022-01-12 17:21 [Buildroot] [PATCH 1/1] package/riscv-isa-sim: needs host-dtc Fabrice Fontaine
@ 2022-01-12 19:45 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2022-01-12 19:45 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot; +Cc: Julien Olivain



On 12/01/2022 18:21, Fabrice Fontaine wrote:
> Fix the following build failure raised since the addition of the package
> in commit ccfc90e1010e42e6529afae3a5ea8bf7226dabc1:
> 
> configure: error: device-tree-compiler not found
> 
> Fixes:
>   - http://autobuild.buildroot.org/results/d35ff4a0ca0a8463121d717a9727e0d863ca83e8
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/riscv-isa-sim/riscv-isa-sim.mk | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/package/riscv-isa-sim/riscv-isa-sim.mk b/package/riscv-isa-sim/riscv-isa-sim.mk
> index e10dd4c662..59f70fc432 100644
> --- a/package/riscv-isa-sim/riscv-isa-sim.mk
> +++ b/package/riscv-isa-sim/riscv-isa-sim.mk
> @@ -8,5 +8,6 @@ RISCV_ISA_SIM_VERSION = 1.1.0
>   RISCV_ISA_SIM_SITE = $(call github,riscv-software-src,riscv-isa-sim,v$(RISCV_ISA_SIM_VERSION))
>   RISCV_ISA_SIM_LICENSE = BSD-3-Clause
>   RISCV_ISA_SIM_LICENSE_FILES = LICENSE
> +HOST_RISCV_ISA_SIM_DEPENDENCIES = host-dtc
>   
>   $(eval $(host-autotools-package))
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-12 19:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-12 17:21 [Buildroot] [PATCH 1/1] package/riscv-isa-sim: needs host-dtc Fabrice Fontaine
2022-01-12 19:45 ` Arnout Vandecappelle

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.