mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/riscv-isa-sim: needs host-dtc
Fix the following build failure raised since the addition of the package
in commit ccfc90e101
:
configure: error: device-tree-compiler not found
Fixes:
- http://autobuild.buildroot.org/results/d35ff4a0ca0a8463121d717a9727e0d863ca83e8
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
02d3500747
commit
0d0f84d200
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user