mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
host-qemu: needs host-python
Fixes: http://autobuild.buildroot.net/results/e58/e58a0d7d5c084be000ae7d5b3821cd68d6639aab/ http://autobuild.buildroot.net/results/624/62425cfdd4270bf1a9b15bd57490478b1c04c720/ http://autobuild.buildroot.net/results/d18/d189d7f75ffbb3349b68a5c312b14ea5638bb903/ http://autobuild.buildroot.net/results/7d3/7d386322cec452ee636adb20be0c1a31f38385fc/ And many more. Just like qemu for the target, host-qemu needs python (2.x) on the host. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
6240f33bec
commit
1fe41593a9
@ -16,7 +16,7 @@ QEMU_LICENSE_FILES = COPYING COPYING.LIB
|
|||||||
#-------------------------------------------------------------
|
#-------------------------------------------------------------
|
||||||
# Host-qemu
|
# Host-qemu
|
||||||
|
|
||||||
HOST_QEMU_DEPENDENCIES = host-pkgconf host-zlib host-libglib2 host-pixman
|
HOST_QEMU_DEPENDENCIES = host-pkgconf host-python host-zlib host-libglib2 host-pixman
|
||||||
|
|
||||||
# BR ARCH qemu
|
# BR ARCH qemu
|
||||||
# ------- ----
|
# ------- ----
|
||||||
@ -94,6 +94,7 @@ define HOST_QEMU_CONFIGURE_CMDS
|
|||||||
--interp-prefix=$(STAGING_DIR) \
|
--interp-prefix=$(STAGING_DIR) \
|
||||||
--cc="$(HOSTCC)" \
|
--cc="$(HOSTCC)" \
|
||||||
--host-cc="$(HOSTCC)" \
|
--host-cc="$(HOSTCC)" \
|
||||||
|
--python=$(HOST_DIR)/usr/bin/python2 \
|
||||||
--extra-cflags="$(HOST_CFLAGS)" \
|
--extra-cflags="$(HOST_CFLAGS)" \
|
||||||
--extra-ldflags="$(HOST_LDFLAGS)"
|
--extra-ldflags="$(HOST_LDFLAGS)"
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user