mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/qemu: fix host dependencies
'host-*' packages should depends on other 'host-*' packages, not on target packages. Reported-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Francois Perrad <fperrad@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
6f7884c814
commit
3a489f1ac8
@@ -16,7 +16,7 @@ QEMU_LICENSE_FILES = COPYING COPYING.LIB
|
||||
#-------------------------------------------------------------
|
||||
# Host-qemu
|
||||
|
||||
HOST_QEMU_DEPENDENCIES = host-pkgconf zlib libglib2
|
||||
HOST_QEMU_DEPENDENCIES = host-pkgconf host-zlib host-libglib2
|
||||
|
||||
# BR ARCH qemu
|
||||
# ------- ----
|
||||
|
||||
Reference in New Issue
Block a user