[Buildroot] [PATCH 1/1] package/riscv-isa-sim: needs host-dtc

Arnout Vandecappelle arnout at mind.be
Wed Jan 12 19:45:45 UTC 2022



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 at 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))
> 



More information about the buildroot mailing list