qemu: change references from armvirt to armsr
armvirt target has been renamed to armsr (Arm SystemReady) [1],
so the dependency need to be changed as well.
40b02a2301
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
21538459c2
commit
e007556915
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ PKG_BUILD_DEPENDS+=spice-protocol
|
|||
include $(INCLUDE_DIR)/nls.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
QEMU_DEPS_IN_GUEST := @(TARGET_x86_64||TARGET_armvirt||TARGET_malta)
|
||||
QEMU_DEPS_IN_GUEST := @(TARGET_x86_64||TARGET_armsr||TARGET_malta)
|
||||
QEMU_DEPS_IN_HOST := @(TARGET_x86_64||TARGET_sunxi)
|
||||
QEMU_DEPS_IN_HOST += +libstdcpp
|
||||
QEMU_DEPS_IN_HOST += $(ICONV_DEPENDS)
|
||||
|
|
Loading…
Reference in a new issue