mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
package/xvisor: needs host-dtc
host-dtc is a mandatory dependency since version 0.3.0 and
e31344c9b5
Fixes:
- http://autobuild.buildroot.org/results/3f49302e7d05d666a51db0cb51365620a63e3b40
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
522fa29559
commit
429c56cfdc
@@ -11,7 +11,7 @@ XVISOR_LICENSE = GPL-2.0+
|
||||
XVISOR_LICENSE_FILES = COPYING
|
||||
XVISOR_INSTALL_IMAGES = YES
|
||||
XVISOR_INSTALL_TARGET = NO
|
||||
XVISOR_DEPENDENCIES = host-bison host-flex
|
||||
XVISOR_DEPENDENCIES = host-bison host-dtc host-flex
|
||||
|
||||
XVISOR_MAKE_TARGETS = all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user